IDebugTypeFieldBuilder2.CreatePointerToType(IDebugField, IDebugField) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
C++
public:
int CreatePointerToType(Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ pTypeField, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % pPtrToTypeField);
public int CreatePointerToType(Microsoft.VisualStudio.Debugger.Interop.IDebugField pTypeField, out Microsoft.VisualStudio.Debugger.Interop.IDebugField pPtrToTypeField);
abstract member CreatePointerToType : Microsoft.VisualStudio.Debugger.Interop.IDebugField * IDebugField -> int
Public Function CreatePointerToType (pTypeField As IDebugField, ByRef pPtrToTypeField As IDebugField) As Integer
- pTypeField
- IDebugField
- pPtrToTypeField
- IDebugField
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2019, 2022 |