Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
'Dichiarazione
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.