IDkmClrCustomVisualizerObjectProvider.CreateDebuggeeSideVisualizerObject Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Tworzy wystąpienie typu custom visualizer po stronie debugowania w procesie debuggee. Uwaga: ta metoda została uznana za przestarzałą na rzecz tej zdefiniowanej w interfejsie IDkmClrCustomVisualizerObjectProvider1610.
public:
void CreateDebuggeeSideVisualizerObject(Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ successResult, System::UInt32 selectedVisualizerIndex, [Runtime::InteropServices::Out] System::String ^ % exceptionType, [Runtime::InteropServices::Out] System::String ^ % exceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % exceptionMessage);
public void CreateDebuggeeSideVisualizerObject (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, uint selectedVisualizerIndex, out string exceptionType, out string exceptionStackTrace, out string exceptionMessage);
public void CreateDebuggeeSideVisualizerObject (Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult successResult, uint selectedVisualizerIndex, out string? exceptionType, out string? exceptionStackTrace, out string? exceptionMessage);
abstract member CreateDebuggeeSideVisualizerObject : Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * uint32 * string * string * string -> unit
Public Sub CreateDebuggeeSideVisualizerObject (successResult As DkmSuccessEvaluationResult, selectedVisualizerIndex As UInteger, ByRef exceptionType As String, ByRef exceptionStackTrace As String, ByRef exceptionMessage As String)
Parametry
- successResult
- DkmSuccessEvaluationResult
[W] Sformatowany wynik pomyślnej oceny gotowy do wyświetlenia w oknie obliczania wyrażenia.
- selectedVisualizerIndex
- UInt32
[W] Indeks wybranego wizualizatora.
- exceptionType
- String
[Out,Optional] Typ zgłaszanego wyjątku, jeśli istnieje.
- exceptionStackTrace
- String
[Out,Optional] Ślad stosu zgłoszony wyjątek, jeśli istnieje.
- exceptionMessage
- String
[Out,Optional] Komunikat o wyjątku, jeśli istnieje.