AppInstallStatus 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
설치 큐에 있는 앱의 상태 설명합니다.
public ref class AppInstallStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class AppInstallStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class AppInstallStatus
Public NotInheritable Class AppInstallStatus
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
runFullTrust
|
설명
이 클래스의 instance 검색하려면 AppInstallItem 클래스의 GetCurrentStatus 메서드를 사용합니다.
중요
이 API에 대한 액세스는 Microsoft에서 개발한 앱으로 제한되는 프라이빗 기능으로 보호됩니다.
버전 기록
Windows 버전 | SDK 버전 | 추가된 값 |
---|---|---|
1607 | 14393 | ReadyForLaunch |
1607 | 14393 | 사용자 |
1803 | 17134 | IsStaged |
속성
BytesDownloaded |
현재 앱에 대해 다운로드된 바이트 수를 가져옵니다. |
DownloadSizeInBytes |
현재 앱의 다운로드 크기(바이트)를 가져옵니다. |
ErrorCode |
설치 오류가 발생한 앱의 오류 코드를 가져옵니다. |
InstallState |
현재 앱의 설치 상태를 가져옵니다. |
IsStaged |
앱 다시 시작이 보류 중인지 여부를 나타내는 값을 가져옵니다. |
PercentComplete |
현재 앱 설치에 대한 완료 비율을 가져옵니다. |
ReadyForLaunch |
앱이 아직 설치를 완료하지 않은 경우에도 앱을 시작할 수 있는지 여부를 나타내는 값을 가져옵니다. |
User |
앱이 설치되는 사용자를 식별하는 개체를 가져옵니다. |