DataExplorerNodeEventArgs.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Important
This API is not CLS-compliant.
Gets an object representing a node in the data explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ Node { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ get(); };
[System.CLSCompliant(false)]
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode Node { get; }
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode Node { get; }
[<System.CLSCompliant(false)>]
member this.Node : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
member this.Node : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public ReadOnly Property Node As IVsDataExplorerNode
Property Value
An IVsDataExplorerNode object representing a node in the data explorer.
- Attributes