IVsDiagnosticsProvider.DataModel Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.