Gets the name of the method to invoke.
[Visual Basic] Function GetMethodName() As String [C#] string GetMethodName(); [C++] String* GetMethodName() = 0; [JScript] function GetMethodName() : String;
The name of the method to invoke.
ICodeMethodInvokeExpression Interface | ICodeMethodInvokeExpression Members | System.ComponentModel.Design.CodeModel Namespace