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)

Syntax

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

Property Value

Type: System.String
The text on which to sort the item.

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace