Поделиться через


AppInstallOptions.CatalogId Свойство

Определение

Возвращает или задает идентификатор каталога устанавливаемого приложения.

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

Идентификатор каталога устанавливаемого приложения.

Требования к Windows

Возможности приложения
runFullTrust

Применяется к