次の方法で共有


WidgetInfo.Template プロパティ

定義

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

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

プロパティ値

String

Platform::String

winrt::hstring

JSON の文字列。

注釈

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

適用対象