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