ISetupInstance2.GetErrors Method

Definition

Gets the error state of the instance, if available.

public:
 Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState ^ GetErrors();
public:
 Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState ^ GetErrors();
Microsoft::VisualStudio::Setup::Configuration::ISetupErrorState GetErrors();
public Microsoft.VisualStudio.Setup.Configuration.ISetupErrorState GetErrors ();
abstract member GetErrors : unit -> Microsoft.VisualStudio.Setup.Configuration.ISetupErrorState
Public Function GetErrors () As ISetupErrorState

Returns

The error state of the instance, if available.

Applies to