다음을 통해 공유


AppInstallType 열거형

정의

AppInstallItem 클래스의 InstallType 속성에서 반환되는 다양한 앱 설치 유형을 정의합니다.

public enum class AppInstallType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class AppInstallType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum AppInstallType
var value = Windows.ApplicationModel.Store.Preview.InstallControl.AppInstallType.install
Public Enum AppInstallType
상속
AppInstallType
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
runFullTrust

필드

Name Description
Install 0

앱이 설치되고 있습니다.

Repair 2

앱 설치가 복구되고 있습니다.

Update 1

앱이 업데이트되고 있습니다.

적용 대상