Share via


IMethods::GetName Method

Returns the name of the method or methods.

HRESULT GetName ( 
   BSTR* name
);

Parameters

  • name
    [out] Returns a string containing the name of the method or methods represented by this method set.

Return Value

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The assumption made by this method is that overloaded methods always have the same method name; only their parameter lists are different.

See Also

Reference

IMethods Interface