Share via


PackageVolume.IsAppxInstallSupported Proprietà

Definizione

Ottiene un valore booleano che indica se l'installazione di APPX è supportata.

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

Valore della proprietà

Boolean

bool

Valore booleano che indica che l'installazione di APPX è supportata.

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)

Si applica a

Vedi anche