ICallHierarchyMemberItem.MemberName 属性

定义

获取成员的名称和签名。

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

属性值

String

成员的名称和签名信息。

适用于