Share via


IVsDataExplorerNode.Children Property

Definition

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.

Applies to