다음을 통해 공유


AppInstallOptions.CatalogId 속성

정의

설치할 앱의 카탈로그 ID를 가져오거나 설정합니다.

public:
 property Platform::String ^ CatalogId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring CatalogId();

void CatalogId(winrt::hstring value);
public string CatalogId { get; set; }
var string = appInstallOptions.catalogId;
appInstallOptions.catalogId = string;
Public Property CatalogId As String

속성 값

String

Platform::String

winrt::hstring

설치할 앱의 카탈로그 ID입니다.

Windows 요구 사항

앱 기능
runFullTrust

적용 대상