AppInstallerManager 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자동 업데이트와 같은 앱 설치 관리자 설정을 업데이트하기 위한 API를 제공합니다.
public ref class AppInstallerManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppInstallerManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppInstallerManager
Public NotInheritable Class AppInstallerManager
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 11 (10.0.22000.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v14.0에서 도입되었습니다.)
|
메서드
ClearAutoUpdateSettings(String) |
패키지에서 저장된 자동 업데이트 정보를 완전히 제거합니다. |
GetDefault() |
기본 우선 순위가 있는 AppInstallerManager의 instance 검색합니다. |
GetForSystem() |
시스템 우선 순위가 있는 AppInstallerManager의 instance 검색합니다. |
PauseAutoUpdatesUntil(String, DateTime) |
지정된 날짜 및 시간까지 지정된 패키지에 대한 자동 업데이트를 일시 중지합니다. |
SetAutoUpdateSettings(String, AutoUpdateSettingsOptions) |
지정된 패키지에 대한 자동 업데이트 설정을 설정합니다. |