共用方式為


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

適用於