ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ResolvedDiagnosticEvent.
public:
ResolvedDiagnosticEvent(Microsoft::VisualStudio::IntelliTrace::IntelliTraceProcess ^ process, Microsoft::VisualStudio::IntelliTrace::DiagnosticEvent ^ notifyPointEvent);
public ResolvedDiagnosticEvent (Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess process, Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent notifyPointEvent);
new Microsoft.VisualStudio.IntelliTrace.ResolvedDiagnosticEvent : Microsoft.VisualStudio.IntelliTrace.IntelliTraceProcess * Microsoft.VisualStudio.IntelliTrace.DiagnosticEvent -> Microsoft.VisualStudio.IntelliTrace.ResolvedDiagnosticEvent
Public Sub New (process As IntelliTraceProcess, notifyPointEvent As DiagnosticEvent)
Parâmetros
- process
- IntelliTraceProcess
O IntelliTraceProcess que contém o notifyPointEvent.
- notifyPointEvent
- DiagnosticEvent
O DiagnosticEvent original.
Exceções
process ou notifyPointEvent é nulo.