ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Konstruktor

Definition

Initialisiert eine neue Instanz der ResolvedDiagnosticEvent-Klasse.

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)

Parameter

process
IntelliTraceProcess

Das IntelliTraceProcess, das die notifyPointEvent enthält.

notifyPointEvent
DiagnosticEvent

Der ursprüngliche DiagnosticEvent.

Ausnahmen

process oder notifyPointEvent ist NULL.

Gilt für