|  | This document is archived and information here might be outdated. Recommended version. | 
The new function arguments.
[Visual Basic .NET]
Public Property Arguments As Object
[C#]
public object Arguments {get; set;}
[C++]
HRESULT get_Arguments(
  IUnknown Pointer* ppArguments
);
[C++]
HRESULT putref_Arguments(
  LPUNKNOWN ppArguments
);
[C++] Parameters ppArguments [out, retval]
ppArguments is a parameter of type IUnknown* ppArguments [in]
ppArguments is a parameter of type IUnknown