TargetedContentAppInstallationState 열거형

정의

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

파일이 설치되어 있지 않습니다.

적용 대상

추가 정보