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