IDataElement Interface
Describes a data element that consists of a name, value, and data type. Each part of the data element is described as a string.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Interface IDataElement
public interface IDataElement
public interface class IDataElement
type IDataElement = interface end
public interface IDataElement
The IDataElement type exposes the following members.
Properties
Name | Description | |
---|---|---|
HasChildren | Gets a value that indicates whether this data element has children. | |
Name | Gets the name of the data element that is formatted according to the Common Language Specification. | |
TypeName | Gets the type name of the data element that is formatted according to the Common Language Specification | |
Value | Gets the value of the data element. |
Top
Methods
Name | Description | |
---|---|---|
GetChildren | The fields of an object are represented as children and the elements of an array are represented as children. |
Top
Remarks
Names are formatted according to the Common Language Specification (CLS). Values for primitives are formatted in decimal (base 10). Type names are formatted according to the Common Language Specification (CLS).