Share via


PackageVolume.IsAppxInstallSupported Propriété

Définition

Obtient une valeur booléenne qui indique si l’installation d’APPX est prise en charge.

public:
 property bool IsAppxInstallSupported { bool get(); };
bool IsAppxInstallSupported();
public bool IsAppxInstallSupported { get; }
var boolean = packageVolume.isAppxInstallSupported;
Public ReadOnly Property IsAppxInstallSupported As Boolean

Valeur de propriété

Boolean

bool

Boolean qui indique que l’installation d’APPX est prise en charge.

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)

S’applique à

Voir aussi