IVsSettingsErrorInformation Interface

Definition

Implemented by the IDE. This is an internal interface used to allow communication between native and managed code in the IDE.

public interface class IVsSettingsErrorInformation
public interface class IVsSettingsErrorInformation
__interface IVsSettingsErrorInformation
[System.Runtime.InteropServices.Guid("33D90D1C-2665-4EEC-9194-A79AFD63275F")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsSettingsErrorInformation
[<System.Runtime.InteropServices.Guid("33D90D1C-2665-4EEC-9194-A79AFD63275F")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsSettingsErrorInformation = interface
Public Interface IVsSettingsErrorInformation
Attributes

Remarks

The ImportSettings method of the IVsProfileDataManager interface returns this interface.

Methods

GetCompletionStatus(UInt32)

Gets completion status.

GetErrorCount(Int32)

Gets the error count.

GetErrorInfo(Int32, UInt32, String)

Gets the error info.

Applies to