IDebugGenericFieldDefinition.ConstructInstantiation 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 ConstructInstantiation(System::UInt32 cArgs, cli::array <Microsoft::VisualStudio::Debugger::Interop::IDebugField ^> ^ ppArgs, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugField ^ % ppConstructedField);
public int ConstructInstantiation(uint cArgs, Microsoft.VisualStudio.Debugger.Interop.IDebugField[] ppArgs, out Microsoft.VisualStudio.Debugger.Interop.IDebugField ppConstructedField);
abstract member ConstructInstantiation : uint32 * Microsoft.VisualStudio.Debugger.Interop.IDebugField[] * IDebugField -> int
Public Function ConstructInstantiation (cArgs As UInteger, ppArgs As IDebugField(), ByRef ppConstructedField As IDebugField) As Integer
Parameters
- cArgs
- UInt32
- ppArgs
- IDebugField[]
- ppConstructedField
- IDebugField