다음을 통해 공유


WindowsUpdateActionProgress.Action 속성

정의

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

public:
 property Platform::String ^ Action { Platform::String ^ get(); };
winrt::hstring Action();
public string Action { get; }
var string = windowsUpdateActionProgress.action;
Public ReadOnly Property Action As String

속성 값

String

Platform::String

winrt::hstring

WindowsUpdate 개체가 현재 진행 중인 작업입니다.

설명

가장 일반적으로 "다운로드" 또는 "설치"입니다. 다른 가능한 작업으로는 "제거", "커밋" 및 "PostReboot"가 있습니다.

적용 대상