共用方式為


PackageId.ProductId 屬性

定義

僅Windows Phone。 取得與此 XAP 應用程式封裝相關聯的 ProductID 屬性值。

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

屬性值

String

Platform::String

winrt::hstring

與此 XAP 應用程式封裝相關聯的 ProductID 屬性值。

適用於