WidgetInfo.Data 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含小工具目前調適型卡片 JSON 資料範本的字串。
public:
property Platform::String ^ Data { Platform::String ^ get(); };
winrt::hstring Data();
public string Data { get; }
var string = widgetInfo.data;
Public ReadOnly Property Data As String
屬性值
JSON 字串。
備註
呼叫 WidgetManager.UpdateWidget(WidgetUpdateRequestOptions) 來設定小工具的資料範本。