Compartir a través de


AppInstallItem.InstallType Propiedad

Definición

Obtiene el tipo de instalación de la aplicación actual.

public:
 property AppInstallType InstallType { AppInstallType get(); };
AppInstallType InstallType();
public AppInstallType InstallType { get; }
var appInstallType = appInstallItem.installType;
Public ReadOnly Property InstallType As AppInstallType

Valor de propiedad

Valor que indica si la aplicación se está instalando, actualizando o reparando.

Requisitos de Windows

Características de aplicaciones
runFullTrust

Se aplica a