IDataElement.HasChildren Property

Gets a value that indicates whether this data element has children.

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

Syntax

'Declaration
ReadOnly Property HasChildren As Boolean
    Get
bool HasChildren { get; }
property bool HasChildren {
    bool get ();
}
abstract HasChildren : bool
function get HasChildren () : boolean

Property Value

Type: System.Boolean

Remarks

Returns true if the IDataElement has children. The fields of an object are represented as children and the elements of an array are represented as children.

.NET Framework Security

See Also

Reference

IDataElement Interface

Microsoft.VisualStudio.IntelliTrace Namespace