DkmSuccessEvaluationResult.CreateDebuggeeSideVisualizerObject 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在调试对象进程中实例化调试对象端自定义可视化工具的类型。
位置约束:必须从 IDE 组件 (组件级别 100000) 中调用 API > 。
此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。
public:
void CreateDebuggeeSideVisualizerObject(System::UInt32 SelectedVisualizerIndex, [Runtime::InteropServices::Out] System::String ^ % ExceptionType, [Runtime::InteropServices::Out] System::String ^ % ExceptionStackTrace, [Runtime::InteropServices::Out] System::String ^ % ExceptionMessage);
public void CreateDebuggeeSideVisualizerObject (uint SelectedVisualizerIndex, out string ExceptionType, out string ExceptionStackTrace, out string ExceptionMessage);
member this.CreateDebuggeeSideVisualizerObject : uint32 * string * string * string -> unit
Public Sub CreateDebuggeeSideVisualizerObject (SelectedVisualizerIndex As UInteger, ByRef ExceptionType As String, ByRef ExceptionStackTrace As String, ByRef ExceptionMessage As String)
参数
- SelectedVisualizerIndex
- UInt32
中选定可视化工具的索引。
- ExceptionType
- String
[Out,Optional]引发的异常的类型(如果有)。
- ExceptionStackTrace
- String
[Out,Optional]引发的异常的堆栈跟踪(如果有)。
- ExceptionMessage
- String
[Out,Optional]异常消息(如果有)。