IVsDataViewCommonNodeInfo.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 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.