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)

Syntax

'Declaration
ReadOnly Property SortText As String
string SortText { get; }
property String^ SortText {
    String^ get ();
}
abstract SortText : string with get
function get SortText () : String

Property Value

Type: String
The text by which to sort the node.

.NET Framework Security

See Also

Reference

ICallHierarchyNameItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace