ICallHierarchyMemberItem::SortText Property

 

Gets the text on which to sort the item. The text might not be the name of the item.

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

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

Property Value

Type: System::String^

The text on which to sort the item.

Return to top
Show: