次の方法で共有


CustomPropertyInstance.Value プロパティ

定義

Value クラスの CustomProperty プロパティの計算値を取得します。

public:
 property System::Object ^ Value { System::Object ^ get(); void set(System::Object ^ value); };
public object Value { get; set; }
member this.Value : obj with get, set
Public Property Value As Object

プロパティ値

Value プロパティの計算値を表す object

適用対象