Share via


NavigateToItem.SecondarySort Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the arbitrary string that is used to sort symbols that are otherwise equivalent.

Namespace:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces
Assembly:  Microsoft.VisualStudio.Language.NavigateTo.Interfaces (in Microsoft.VisualStudio.Language.NavigateTo.Interfaces.dll)

Syntax

'Declaration
Public ReadOnly Property SecondarySort As String
public string SecondarySort { get; }
public:
property String^ SecondarySort {
    String^ get ();
}
member SecondarySort : string with get
function get SecondarySort () : String

Property Value

Type: System.String
The arbitrary string that is used to sort symbols that are otherwise equivalent.

.NET Framework Security

See Also

Reference

NavigateToItem Class

Microsoft.VisualStudio.Language.NavigateTo.Interfaces Namespace