PackageId.PublisherId 属性

定义

获取包的发布者 ID。

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

发布者 ID。

适用于

另请参阅