ResolvedMethod.MethodName 属性

定义

获取方法名称 () 不包含类型名称。 如果无法检索方法名称,则返回空字符串。

public:
 property System::String ^ MethodName { System::String ^ get(); };
public:
 property Platform::String ^ MethodName { Platform::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String

属性值

String

适用于