DkmNativeCppFunctionType.ObjectPointerType 属性

定义

可有可无如果这是实例成员函数,则指定 "this" 指针参数的类型。 否则为 null。

此 API 是在 Visual Studio 14 Update 2 (VS14Update2) 中引入的。

public:
 property Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppPointerType ^ ObjectPointerType { Microsoft::VisualStudio::Debugger::Native::Cpp::DkmNativeCppPointerType ^ get(); };
public Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType ObjectPointerType { get; }
member this.ObjectPointerType : Microsoft.VisualStudio.Debugger.Native.Cpp.DkmNativeCppPointerType
Public ReadOnly Property ObjectPointerType As DkmNativeCppPointerType

属性值

DkmNativeCppPointerType

适用于