次の方法で共有


LicenseSatisfactionInfo クラス

定義

製品のライセンスエンタイトルメント情報が含まれます。

public ref class LicenseSatisfactionInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class LicenseSatisfactionInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class LicenseSatisfactionInfo
Public NotInheritable Class LicenseSatisfactionInfo
継承
Object Platform::Object IInspectable LicenseSatisfactionInfo
属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

プロパティ

IsSatisfied

製品のライセンスエンタイトルメントが存在するかどうかを示す値を取得します。

SatisfiedByDevice

ライセンスエンタイトルメントが現在のデバイスに関連付けられているかどうかを示す値を取得します。

SatisfiedByInstallMedia

ライセンスエンタイトルメントがインストール メディアに関連付けられているかどうかを示す値を取得します。

SatisfiedByOpenLicense

ライセンスエンタイトルメントがオープン ライセンスに関連付けられているかどうかを示す値を取得します。

SatisfiedByPass

ライセンスエンタイトルメントがパスに関連付けられているかどうかを示す値を取得します。

SatisfiedBySignedInUser

ライセンスエンタイトルメントが現在サインインしているユーザーに関連付けられているかどうかを示す値を取得します。

SatisfiedByTrial

ライセンスエンタイトルメントが試用版に関連付けられているかどうかを示す値を取得します。

適用対象