ISetupErrorState2 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 ISetupErrorState2 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState
public interface class ISetupErrorState2 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState
__interface ISetupErrorState2 : Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState
[System.Runtime.InteropServices.Guid("9871385B-CA69-48F2-BC1F-7A37CBF0B1EF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupErrorState2 : Microsoft.VisualStudio.Setup.Configuration.ISetupErrorState
[<System.Runtime.InteropServices.Guid("9871385B-CA69-48F2-BC1F-7A37CBF0B1EF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupErrorState2 = interface
interface ISetupErrorState
Public Interface ISetupErrorState2
Implements ISetupErrorState
- Derived
- Attributes
- Implements
Methods
GetErrorLogFilePath() |
Gets the path to the error log. |
GetFailedPackages() |
Gets an array of failed package references. |
GetLogFilePath() |
Gets the path to the main setup log. |
GetSkippedPackages() |
Gets an array of skipped package references. |