Share via


IDataElement.GetChildren Method

The fields of an object are represented as children and the elements of an array are represented as children.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Function GetChildren As IList(Of IDataElement)
IList<IDataElement> GetChildren()
IList<IDataElement^>^ GetChildren()
abstract GetChildren : unit -> IList<IDataElement> 
function GetChildren() : IList<IDataElement>

Return Value

Type: System.Collections.Generic.IList<IDataElement>
A list of IDataElements that represents the children of this IDataElement.

Remarks

Gets the children of this data element.

.NET Framework Security

See Also

Reference

IDataElement Interface

Microsoft.VisualStudio.IntelliTrace Namespace