次の方法で共有


ResourceProperty.CustomState プロパティ

定義

開発者によって定義された、リソース プロパティに関するカスタム状態情報を取得または設定します。

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

プロパティ値

状態情報。

適用対象