IVsDiagnosticsProvider.DataModel-Eigenschaft

 

Veröffentlicht: Oktober 2016

Ruft das Datenobjekt Modell des Diagnose-Anbieters ab.

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

Syntax

[DispIdAttribute(1610678273)]
object DataModel { get; }
[DispIdAttribute(1610678273)]
property Object^ DataModel {
    Object^ get();
}
[<DispIdAttribute(1610678273)>]
abstract DataModel : Object with get
<DispIdAttribute(1610678273)>
ReadOnly Property DataModel As Object

Eigenschaftswert

Type: System.Object

Das Modell-Objekt des Diagnose-Anbieters.

Siehe auch

IVsDiagnosticsProvider-Schnittstelle
Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang