Removes a formal parameter from the method.
Syntax
HRESULT RemoveFormal([in] BSTR bstrName);
Sub RemoveFormal(ByVal bstrName As String)
Parameters
bstrName
The name of the formal parameter to remove.