IVsDataExplorerNode.Parent 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.
The parent node of the current node in Server Explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ Parent { Microsoft::VisualStudio::Data::Services::IVsDataExplorerNode ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode Parent { get; }
member this.Parent : Microsoft.VisualStudio.Data.Services.IVsDataExplorerNode
Public ReadOnly Property Parent As IVsDataExplorerNode
Property Value
An IVsDataExplorerNode object representing the parent node.