共用方式為


PackageId.PublisherId 屬性

定義

取得封裝的發行者識別碼。

public:
 property Platform::String ^ PublisherId { Platform::String ^ get(); };
winrt::hstring PublisherId();
public string PublisherId { get; }
var string = packageId.publisherId;
Public ReadOnly Property PublisherId As String

屬性值

String

Platform::String

winrt::hstring

發行者識別碼。

適用於

另請參閱