DiagnosticEventDataQueryType Enumeration

Specifies the types of data queries for a ResolvedDiagnosticEvent.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Public Enumeration DiagnosticEventDataQueryType
public enum DiagnosticEventDataQueryType
public enum class DiagnosticEventDataQueryType
type DiagnosticEventDataQueryType
public enum DiagnosticEventDataQueryType

Members

Member name Description
DataQuery A data query that is represented by the DataQuery XML tag in the collection plan.
ProgrammableDataQuery A data query that is represented by the ProgrammableDataQuery XML tag in the collection plan.
Unknown An unknown data query type.

See Also

Reference

Microsoft.VisualStudio.IntelliTrace Namespace