Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |