ICallHierarchyNameItem::SortText Property

 

Gets the text used for sorting the node. The text does not have to be the Name.

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 by which to sort the node.

Return to top
Show: