IVsDataExplorerNode.Children 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.
Gets a collection of all child nodes that appear under this node in Server Explorer.
public:
property Microsoft::VisualStudio::Data::Services::IVsDataExplorerChildNodeCollection ^ Children { Microsoft::VisualStudio::Data::Services::IVsDataExplorerChildNodeCollection ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection Children { get; }
member this.Children : Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Public ReadOnly Property Children As IVsDataExplorerChildNodeCollection
Property Value
An IVsDataExplorerChildNodeCollection object containing the child nodes.