다음을 통해 공유


WindowsUpdate 클래스

정의

WindowsUpdate 는 기본적으로 보류 중 또는 진행 중인 업데이트에 대한 정보가 포함된 속성 모음입니다.

public ref class WindowsUpdate sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdate final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdate
Public NotInheritable Class WindowsUpdate
상속
Object Platform::Object IInspectable WindowsUpdate
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.23504.0에서 도입되었습니다.)
API contract
Windows.Management.Update.WindowsUpdateContract (v1.0에서 도입되었습니다.)

설명

다양한 이벤트 콜백을 통해 WindowsUpdateManager에서 WindowsUpdate를 가져올 수 있습니다.

또는 GetUpdates 메서드를 통해 WindowsUpdateAdministrator에서 가져올 수 있습니다.

속성

ActionProgress

WindowsUpdate 개체와 연결된 기본 WindowsUpdateActionProgress를 가져옵니다.

ActionResult

WindowsUpdate 개체와 연결된 기본 WindowsUpdateActionResult를 가져옵니다.

AttentionRequiredInfo

WindowsUpdate 개체와 연결된 기본 WindowsUpdateAttentionRequiredInfo를 가져옵니다.

CurrentAction

WindowsUpdate 개체가 진행 중인 현재 작업을 가져옵니다.

Deadline

WindowsUpdate 개체와 연결된 기본 최종 기한을 가져옵니다.

Description

WindowsUpdate 개체와 연결된 기본 설명 메타데이터 문자열을 가져옵니다.

EulaText

WindowsUpdate 개체와 연결된 기본 End-User EULA(사용권 계약) 텍스트를 가져옵니다.

IsCritical

WindowsUpdate 개체가 위험으로 분류되는지 여부를 나타냅니다.

IsDriver

WindowsUpdate 개체가 드라이버 업데이트로 분류되는지 여부를 나타냅니다.

IsEulaAccepted

WindowsUpdate 개체에 대해 EULA(End-User 사용권 계약)가 수락되었는지 여부를 나타냅니다.

IsFeatureUpdate

WindowsUpdate 개체가 기능 업데이트로 분류되는지 여부를 나타냅니다.

IsForOS

WindowsUpdate 개체가 OS용으로 분류되는지 여부를 나타냅니다.

IsMandatory

WindowsUpdate 개체가 필수로 분류되었는지 여부를 나타냅니다.

IsMinorImpact

WindowsUpdate 개체가 사소한 영향으로 분류되는지 여부를 나타냅니다.

IsSecurity

WindowsUpdate 개체가 보안 업데이트로 분류되는지 여부를 나타냅니다.

IsSeeker

WindowsUpdate 개체가 구직자로 분류되는지 여부를 나타냅니다.

IsUrgent

WindowsUpdate 개체가 긴급으로 분류되는지 여부를 나타냅니다.

MoreInfoUrl

WindowsUpdate 개체와 연결된 기본 추가 정보 URL을 가져옵니다.

ProviderId

WindowsUpdate 개체와 연결된 공급자 ID를 가져옵니다.

SupportUrl

WindowsUpdate 개체와 연결된 기본 지원 URL을 가져옵니다.

Title

WindowsUpdate 개체의 제목을 가져옵니다.

UpdateId

WindowsUpdate 개체와 연결된 업데이트 ID를 가져옵니다.

메서드

AcceptEula()

WindowsUpdate 개체와 연결된 EULA(End-User 사용권 계약)를 수락합니다.

GetPropertyValue(String)

WindowsUpdate 개체 메타데이터와 연결된 지정된 이름의 기본 속성 값을 검색합니다.

적용 대상