HierarchyEntry.Children Property
Gets a list of child entries of this entry that contain test points that match the query.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public ReadOnly Property Children As IList(Of HierarchyEntry)
public IList<HierarchyEntry> Children { get; }
public:
property IList<HierarchyEntry^>^ Children {
IList<HierarchyEntry^>^ get ();
}
member Children : IList<HierarchyEntry> with get
function get Children () : IList<HierarchyEntry>
Property Value
Type: IList<HierarchyEntry>
A list of child entries.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.