Share via


IDataElement.GetChildren Method

Definition

Gets the children of this data element. The fields of an object are represented as children and the elements of an array are represented as children.

public:
 System::Collections::Generic::IList<Microsoft::VisualStudio::IntelliTrace::IDataElement ^> ^ GetChildren();
public System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement> GetChildren ();
abstract member GetChildren : unit -> System.Collections.Generic.IList<Microsoft.VisualStudio.IntelliTrace.IDataElement>
Public Function GetChildren () As IList(Of IDataElement)

Returns

A list of IDataElements that represent the children of this IDataElement. If this IDataElement has no children, null is returned.

Applies to