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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.