IVsDiagnosticsProvider::DataModel Property

 

Gets the data model object of the diagnostics provider.

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

[DispIdAttribute(1610678273)]
property Object^ DataModel {
	Object^ get();
}

Property Value

Type: System::Object^

The data model object of the diagnostics provider.

Return to top
Show: