Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
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.