IDataElement Interface
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Describes a data element that is made up of a name, value, and data type.
Namespace: Microsoft.VisualStudio.TraceLog
Assembly: Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)
Syntax
'Declaration
Public Interface IDataElement
'Usage
Dim instance As IDataElement
public interface IDataElement
public interface class IDataElement
type IDataElement = interface end
public interface IDataElement
Remarks
Each part of the data element is described as a string. Names are formatted according to the Common Language Specification (CLS). Values for primitives are in base 10 decimal format. Type names are formatted according to the Common Language Specification (CLS).