Share via


DataExplorerNodeEventArgs.Node Property

Gets an object representing a node in the data explorer.

This API is not CLS-compliant. 

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

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing a node in the data explorer.

.NET Framework Security

See Also

Reference

DataExplorerNodeEventArgs Class

Microsoft.VisualStudio.Data.Services Namespace