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