ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Construtor

Definição

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.

Aplica-se a