Freigeben über


AppInstallOptions.CatalogId Eigenschaft

Definition

Ruft die Katalog-ID der zu installierenden App ab oder legt sie fest.

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

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Katalog-ID der zu installierenden App.

Windows-Anforderungen

App-Funktionen
runFullTrust

Gilt für: