Freigeben über


DataExplorerNodeEventArgs.Node-Eigenschaft

Ruft ein Objekt ab, das einen Knoten im Datenexplorer darstellt.

Diese API ist nicht CLS-kompatibel. 

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Node As IVsDataExplorerNode
[CLSCompliantAttribute(false)]
public IVsDataExplorerNode Node { get; }
[CLSCompliantAttribute(false)]
public:
property IVsDataExplorerNode^ Node {
    IVsDataExplorerNode^ get ();
}
[<CLSCompliantAttribute(false)>]
member Node : IVsDataExplorerNode with get
function get Node () : IVsDataExplorerNode

Eigenschaftswert

Typ: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Ein IVsDataExplorerNode-Objekt, das einen Knoten im Datenexplorer darstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

DataExplorerNodeEventArgs Klasse

Microsoft.VisualStudio.Data.Services-Namespace