WidgetUpdateRequestOptions.Template プロパティ

定義

関連付けられたウィジェットのアダプティブ カード ビジュアル テンプレートを取得または設定します。

public:
 property Platform::String ^ Template { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Template();

void Template(winrt::hstring value);
public string Template { get; set; }
var string = widgetUpdateRequestOptions.template;
widgetUpdateRequestOptions.template = string;
Public Property Template As String

プロパティ値

String

Platform::String

winrt::hstring

アダプティブ カードビジュアル テンプレートを含む JSON 文字列。

注釈

アダプティブ カード ビジュアル テンプレートの作成の詳細については、「アダプティブ カードを使用してウィジェット テンプレートを作成する」Designerを参照してください。

適用対象