DkmNativeCppInspectionSession.FindCppType(Int32) Method

Definition

Find a DkmNativeCppType element within this DkmNativeCppInspectionSession. If no element with the given input key is present, FindCppType will fail.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

public:
 Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppType ^ FindCppType(int Id);
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType FindCppType (int Id);
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType? FindCppType (int Id);
member this.FindCppType : int -> Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppType
Public Function FindCppType (Id As Integer) As DkmNativeCppType

Parameters

Id
Int32

[In] Search key used to find the element.

Returns

[Out,Optional] Result of the search.

Applies to