Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Specifies the types of data queries for a ResolvedDiagnosticEvent.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Dichiarazione
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. |