共用方式為


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 屬性值。

適用於