TargetedContentAppInstallationState 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
TargetedContentContainer 内の TargetedContentValue.File/TargetedContentValue.Files コンテンツの可能なインストール状態を定義します。
public enum class TargetedContentAppInstallationState
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentAppInstallationState
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentAppInstallationState
var value = Windows.Services.TargetedContent.TargetedContentAppInstallationState.notApplicable
Public Enum TargetedContentAppInstallationState
- 継承
-
TargetedContentAppInstallationState
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 Creators Update (10.0.15063.0 で導入)
|
API contract |
Windows.Services.TargetedContent.TargetedContentContract (v1.0 で導入)
|
アプリの機能 |
secondaryAuthenticationFactor
|
フィールド
Installed | 2 | ファイルがインストールされています。 |
NotApplicable | 0 | ファイルをインストールできません。 |
NotInstalled | 1 | ファイルがインストールされていません。 |