次の方法で共有


WidgetInfo.Data プロパティ

定義

ウィジェットの現在のアダプティブ カード JSON データ テンプレートを含む文字列を取得します。

public:
 property Platform::String ^ Data { Platform::String ^ get(); };
winrt::hstring Data();
public string Data { get; }
var string = widgetInfo.data;
Public ReadOnly Property Data As String

プロパティ値

String

Platform::String

winrt::hstring

JSON の文字列。

注釈

を呼び出 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions)して、ウィジェットのデータ テンプレートを設定します。

適用対象