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
Public property HasChildren Gets a value that indicates whether this data element has children.
Public property Name Gets the name of the data element that is formatted according to the Common Language Specification.
Public property TypeName Gets the type name of the data element that is formatted according to the Common Language Specification
Public property Value Gets the value of the data element.

Top

Methods

  Name Description
Public method 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).

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace