WindowsSoftwareUpdateScanResult Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class WindowsSoftwareUpdateScanResult sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Management.Update.IWindowsSoftwareUpdateScanResultFactory, 131072, "Windows.Management.Update.WindowsUpdateContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Management.Update.WindowsUpdateContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WindowsSoftwareUpdateScanResult final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Management.Update.IWindowsSoftwareUpdateScanResultFactory), 131072, "Windows.Management.Update.WindowsUpdateContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Management.Update.WindowsUpdateContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WindowsSoftwareUpdateScanResult
function WindowsSoftwareUpdateScanResult(succeeded, resultCode, extendedError, updates)
Public NotInheritable Class WindowsSoftwareUpdateScanResult
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| WindowsSoftwareUpdateScanResult(Boolean, UInt32, IIterable<WindowsSoftwareUpdate>) | |
| WindowsSoftwareUpdateScanResult(Boolean, UInt32, UInt64, IIterable<WindowsSoftwareUpdate>) | |
Properties
| Name | Description |
|---|---|
| ExtendedError | |
| ResultCode | |
| Succeeded | |
| Updates | |