次の方法で共有


WindowsUpdateActionResult クラス

定義

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
継承
Object Platform::Object IInspectable WindowsUpdateActionResult
属性

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.23504.0 で導入)
API contract
Windows.Management.Update.WindowsUpdateContract (v1.0 で導入)

プロパティ

Action

WindowsUpdate オブジェクトのアクションの結果を取得します。

ExtendedError

完了したアクション イベントに関連付けられているエラーに関する詳細情報を取得します。

Succeeded

完了したアクションが成功したかどうかを示す値を取得します。

Timestamp

アクションが完了したタイムスタンプを取得します。

適用対象