ICallHierarchyMemberItem::MemberName Property

 

Gets the member's name, together with the signature.

Namespace:   Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

property String^ MemberName {
	String^ get();
}

Property Value

Type: System::String^

The member's name, together with signature information.

Return to top
Show: