Gets an object representing a node in the data explorer.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
<CLSCompliantAttribute(False)> _
Public ReadOnly Property Node As IVsDataExplorerNode
'使用
Dim instance As DataExplorerNodeEventArgs
Dim value As IVsDataExplorerNode
value = instance.Node
[CLSCompliantAttribute(false)]
public IVsDataExplorerNode Node { get; }
[CLSCompliantAttribute(false)]
public:
property IVsDataExplorerNode^ Node {
IVsDataExplorerNode^ get ();
}
public function get Node () : IVsDataExplorerNode
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
An IVsDataExplorerNode object representing a node in the data explorer.
Permissions
- 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.
See Also
Reference
DataExplorerNodeEventArgs Class