IVsSettingsErrorInformation Interface

 

This API supports the product 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)

[GuidAttribute("33D90D1C-2665-4EEC-9194-A79AFD63275F")]
[InterfaceTypeAttribute(1)]
public interface IVsSettingsErrorInformation

NameDescription
System_CAPS_pubmethodGetCompletionStatus(UInt32)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets completion status.

System_CAPS_pubmethodGetErrorCount(Int32)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the error count.

System_CAPS_pubmethodGetErrorInfo(Int32, UInt32, String)

This API supports the product infrastructure and is not intended to be used directly from your code. Gets the error info.

The ImportSettings method of the IVsProfileDataManager interface returns this interface.

Return to top
Show: