NavigateToItem::SecondarySort Property

 

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)

public:
property String^ SecondarySort {
	String^ get();
}

Property Value

Type: System::String^

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

Return to top
Show: