IVsDataViewCommonNodeInfo.Children Property

Definition

Gets the child nodes of the current node.

public:
 property System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataViewMemberInfo ^> ^ Children { System::Collections::Generic::IList<Microsoft::VisualStudio::Data::Services::IVsDataViewMemberInfo ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataViewMemberInfo> Children { get; }
member this.Children : System.Collections.Generic.IList<Microsoft.VisualStudio.Data.Services.IVsDataViewMemberInfo>
Public ReadOnly Property Children As IList(Of IVsDataViewMemberInfo)

Property Value

A list of IVsDataViewMemberInfo objects representing the child nodes of the current node.

Applies to