PackageInstallResult.ProductId 属性

定义

获取为其提供安装状态的应用程序包的唯一标识符。

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

属性值

String

Platform::String

winrt::hstring

为其提供安装状态的应用程序包的唯一标识符。

适用于