IJavaMethod::FormalNameAt

Provides access to the name of one of the method's formal parameters.

Syntax

[propget] HRESULT FormalNameAt([in] long nIndex, [out, retval] BSTR* retval);

[propput] HRESULT FormalNameAt([in] long nIndex, [in] BSTR newval);

Property FormalNameAt(ByVal nIndex As Long) As String

Parameters

nIndex

Long. Reference to the location of the formal parameter.