IDebugTypeFieldBuilder2.CreatePrimitive(UInt32, IDebugField) Method
Definition
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.
public:
int CreatePrimitive(System::UInt32 dwElementType, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % pTypeField);
public int CreatePrimitive(uint dwElementType, out Microsoft.VisualStudio.Debugger.Interop.IDebugField pTypeField);
abstract member CreatePrimitive : uint32 * IDebugField -> int
Public Function CreatePrimitive (dwElementType As UInteger, ByRef pTypeField As IDebugField) As Integer
Parameters
- dwElementType
- UInt32
- pTypeField
- IDebugField