ISetupErrorState Interface

Definition

Information about the error state of an instance.

public interface class ISetupErrorState
public interface class ISetupErrorState
__interface ISetupErrorState
[System.Runtime.InteropServices.Guid("46DCCD94-A287-476A-851E-DFBC2FFDBC20")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupErrorState
[<System.Runtime.InteropServices.Guid("46DCCD94-A287-476A-851E-DFBC2FFDBC20")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupErrorState = interface
Public Interface ISetupErrorState
Derived
Attributes

Methods

GetFailedPackages()

Gets an array of failed package references.

GetSkippedPackages()

Gets an array of skipped package references.

Applies to