言語

CustomProperty.Value プロパティ

定義

カスタムプロパティの値を返します。

public:
 property System::Object ^ Value { System::Object ^ get(); };
public object Value { get; }
member this.Value : obj
Public ReadOnly Property Value As Object

プロパティ値

カスタムプロパティの値を含む object です。

適用対象