WidgetUpdateRequestOptions.WidgetId 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得要更新之小工具的小工具識別碼。
public:
property Platform::String ^ WidgetId { Platform::String ^ get(); };
winrt::hstring WidgetId();
public string WidgetId { get; }
var string = widgetUpdateRequestOptions.widgetId;
Public ReadOnly Property WidgetId As String
屬性值
要更新之小工具的小工具識別碼。
備註
在建構 <xref:Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions.#ctor(System.String)> 函式中設定小工具識別碼。