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.