次の方法で共有


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 属性の値。

適用対象