Freigeben über


AppUpdateOptions.CatalogId Eigenschaft

Definition

Ruft die Katalog-ID der App ab, die nach Updates abgefragt werden soll, 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 = appUpdateOptions.catalogId;
appUpdateOptions.catalogId = string;
Public Property CatalogId As String

Eigenschaftswert

String

Platform::String

winrt::hstring

Die Katalog-ID der App, die nach Updates abgefragt werden soll.

Windows-Anforderungen

App-Funktionen
runFullTrust

Gilt für: