IVsDiagnosticsProvider Interface

 

Allows components to participate in the shell's diagnostics system.

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

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("79F357CD-D78E-44F7-8442-376FF2BFF0C4")]
public interface IVsDiagnosticsProvider

NameDescription
System_CAPS_pubpropertyDataModel

Gets the data model object of the diagnostics provider.

System_CAPS_pubpropertyVersion

Gets the data model version of the diagnostics provider.

Implementations of this interface are exposed by packages using the CreateExtensionInstance mechanism using the IVsDiagnosticsProvider extension point.

Diagnostics providers must be pre-registered in the configuration settings store.

Return to top
Show: