IVsDiagnosticsProvider.DataModel Property

Definition

Gets the data model object of the diagnostics provider.

public:
 property System::Object ^ DataModel { System::Object ^ get(); };
public:
 property Platform::Object ^ DataModel { Platform::Object ^ get(); };
public object DataModel { get; }
member this.DataModel : obj
Public ReadOnly Property DataModel As Object

Property Value

The data model object of the diagnostics provider.

Applies to