Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the type parameter arguments for this instance.
HRESULT GetTypeArguments(
   ULONG32       cArgs,
   IDebugField** ppArgs,
   ULONG32*      pcArgs
);
int GetTypeArguments(
   uint              cArgs,
   out IDebugField[] ppArgs,
   ref uint          pcArgs
);
Parameters
- cArgs 
 [in] Number of type parameters.
- ppArgs 
 [out] Returns an array of type parameters.
- pcArgs 
 [in, out] Number of members in the ppArgs array.
Return Value
If successful, returns S_OK; otherwise, returns an error code.