다음을 통해 공유


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

설치 상태가 제공되는 애플리케이션 패키지의 고유 식별자입니다.

적용 대상