次の方法で共有


WidgetCustomizationRequestedArgs.CustomState プロパティ

定義

カスタマイズ要求に関連付けられているウィジェットのカスタム状態を含む文字列を取得します。

public:
 property Platform::String ^ CustomState { Platform::String ^ get(); };
winrt::hstring CustomState();
public string CustomState { get; }
var string = widgetCustomizationRequestedArgs.customState;
Public ReadOnly Property CustomState As String

プロパティ値

String

Platform::String

winrt::hstring

アクションに関連付けられているウィジェットのカスタム状態を含む文字列。

注釈

カスタム状態文字列はアプリ定義であり、ウィジェット ホストによって使用または検証されません。

適用対象