次の方法で共有


GetEntitlementStatus 列挙型

定義

GetFreeDeviceEntitlementAsync、GetFreeUserEntitlementAsync、または GetFreeUserEntitlementForUserAsync メソッドを使用して、空きエンタイトルメントを付与する要求の結果を定義します。

public enum class GetEntitlementStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
enum class GetEntitlementStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public enum GetEntitlementStatus
var value = Windows.ApplicationModel.Store.Preview.InstallControl.GetEntitlementStatus.succeeded
Public Enum GetEntitlementStatus
継承
GetEntitlementStatus
属性

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)
アプリの機能
runFullTrust

フィールド

NetworkError 2

ネットワーク接続エラーが原因で要求が失敗しました。

NoStoreAccount 1

指定したユーザーが現在のデバイスのストアに関連付けられている Microsoft アカウントを持っていないため、要求は失敗しました。

ServerError 3

サーバー エラーが原因で要求が失敗しました。

Succeeded 0

要求は成功しました。

注釈

GetEntitlementResult.Status プロパティは、GetEntitlementStatus 値のいずれかを返します。

適用対象