共用方式為


WidgetContext.Id 屬性

定義

取得與 WidgetContext相關聯的小工具識別符。

public:
 property Platform::String ^ Id { Platform::String ^ get(); };
winrt::hstring Id();
public string Id { get; }
var string = widgetContext.id;
Public ReadOnly Property Id As String

屬性值

String

Platform::String

winrt::hstring

WidgetContext 相關聯的小工具識別碼

備註

小工具標識碼值是由 WidgetManager動態產生。 從小工具建立的那一刻起,小工具標識符會維持不變,直到小工具刪除的那一刻為止。 小工具標識碼是所有 Widget 和所有小工具提供者的唯一值。

適用於