WidgetUpdateRequestOptions.Template 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定相關聯小工具的調適型卡片視覺效果範本。
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
屬性值
包含調適型卡片視覺效果範本的 JSON 字串。
備註
如需建立調適型卡片視覺效果範本的資訊,請參閱使用調適型卡片建立小工具範本Designer。