Share via


IVsSettingsErrorInformation Interface

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("33D90D1C-2665-4EEC-9194-A79AFD63275F")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSettingsErrorInformation
[GuidAttribute("33D90D1C-2665-4EEC-9194-A79AFD63275F")]
[InterfaceTypeAttribute()]
public interface IVsSettingsErrorInformation
[GuidAttribute(L"33D90D1C-2665-4EEC-9194-A79AFD63275F")]
[InterfaceTypeAttribute()]
public interface class IVsSettingsErrorInformation
[<GuidAttribute("33D90D1C-2665-4EEC-9194-A79AFD63275F")>]
[<InterfaceTypeAttribute()>]
type IVsSettingsErrorInformation =  interface end
public interface IVsSettingsErrorInformation

The IVsSettingsErrorInformation type exposes the following members.

Methods

  Name Description
Public method GetCompletionStatus Gets completion status.
Public method GetErrorCount Gets the error count.
Public method GetErrorInfo Gets the error info.

Top

Remarks

The ImportSettings method of the IVsProfileDataManager interface returns this interface.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace