PackageVolume.IsAppxInstallSupported Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob die APPX-Installation unterstützt wird.

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

Eigenschaftswert

Boolean

bool

Der boolesche Wert, der angibt, dass die APPX-Installation unterstützt wird.

Windows-Anforderungen

Gerätefamilie
Windows 10 Anniversary Edition (eingeführt in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v3.0)

Gilt für:

Weitere Informationen