Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of data queries for a ResolvedDiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
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. |