共用方式為


WidgetUpdateRequestOptions.WidgetId 屬性

定義

取得要更新之小工具的小工具識別碼。

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

屬性值

String

Platform::String

winrt::hstring

要更新之小工具的小工具識別碼。

備註

在建構 <xref:Microsoft.Windows.Widgets.Providers.WidgetUpdateRequestOptions.#ctor(System.String)> 函式中設定小工具識別碼。

適用於