ISetupErrorState Interface
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.
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. |