PackageId.Author 属性

定义

仅Windows Phone。 获取指定应用程序包的 Author 属性的值。

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

属性值

String

Platform::String

winrt::hstring

指定应用程序包的 Author 属性的值。

适用于