DiagnosticEventDataQueryType Enumeration
Specifies the types of data queries for a ResolvedDiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
‘선언
Public Enumeration DiagnosticEventDataQueryType
public enum DiagnosticEventDataQueryType
public enum class DiagnosticEventDataQueryType
type DiagnosticEventDataQueryType
public enum DiagnosticEventDataQueryType
Members
Member name | Description | |
---|---|---|
Unknown | An unknown data query type. | |
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. |