Condividi tramite


IDebugTypeFieldBuilder.CreatePointerToType(IDebugField, IDebugField) Method

Definition

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

Parameters

pTypeField
IDebugField
pPtrToTypeField
IDebugField

Returns

Applies to