Share via


IDebugBinder3.GetTypeArguments(UInt32, UInt32, IDebugField[], UInt32) Method

Definition

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

Returns

Applies to