IDataElement.GetChildren Method
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 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.