共用方式為


AppExtension.Id 屬性

定義

延伸模組的實例識別碼。

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

屬性值

String

Platform::String

winrt::hstring

實例識別碼。

備註

延伸模組群組內可能會有多個延伸模組。 識別碼會彼此區別。 例如,類別可以同時包含相同類別中的測試和出貨延伸模組,而且它們有不同的識別碼,因此您可以將它們分開。

適用於