ResolvedDiagnosticEvent(IntelliTraceProcess, DiagnosticEvent) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

process
IntelliTraceProcess

Объект IntelliTraceProcess, содержащий объект notifyPointEvent.

notifyPointEvent
DiagnosticEvent

Исходный объект DiagnosticEvent.

Исключения

process или notifyPointEvent равно null.

Применяется к