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
'Déclaration
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
- 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.