PackageVolume.IsFullTrustPackageSupported 属性

定义

获取一个布尔值,指示是否支持完全信任

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

属性值

Boolean

bool

一个布尔值,指示是否支持完全信任包。

Windows 要求

设备系列
Windows 10 Anniversary Edition (在 10.0.14393.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v3.0 中引入)

适用于

另请参阅