共用方式為


PackageVolume.IsAppxInstallSupported 屬性

定義

取得布林值,指出是否支援 APPX 安裝。

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

屬性值

Boolean

bool

布林值,表示支援 APPX 安裝。

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)

適用於

另請參閱