HierarchyNode<T>.ChildNodes 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.
public:
property System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^> ^ ChildNodes { System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Common::HierarchyNode<T> ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<T>> ChildNodes { get; }
member this.ChildNodes : System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Common.HierarchyNode<'T>>
Public ReadOnly Property ChildNodes As IList(Of HierarchyNode(Of T))
Property Value
IList<HierarchyNode<T>>
Returns IList<T>.
The child nodes.