WindowsUpdateActionResult 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
WindowsUpdate.ActionResult 속성에서 반환됩니다.
public ref class WindowsUpdateActionResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WindowsUpdateActionResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WindowsUpdateActionResult
Public NotInheritable Class WindowsUpdateActionResult
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Desktop Extension SDK (10.0.23504.0에서 도입되었습니다.)
|
API contract |
Windows.Management.Update.WindowsUpdateContract (v1.0에서 도입되었습니다.)
|
속성
Action |
WindowsUpdate 개체에 대한 작업의 결과를 가져옵니다. |
ExtendedError |
완료된 작업 이벤트와 관련된 오류에 대한 자세한 정보를 가져옵니다. |
Succeeded |
완료된 작업이 성공했는지 여부를 나타내는 값을 가져옵니다. |
Timestamp |
작업이 완료된 타임스탬프를 가져옵니다. |