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创建小组件模板

适用于