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 で導入)

適用対象

こちらもご覧ください