NavigateToItem.SecondarySort Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An arbitrary string to allow for tie-breaking during sorting.
public:
property System::String ^ SecondarySort { System::String ^ get(); };
public:
property Platform::String ^ SecondarySort { Platform::String ^ get(); };
public string SecondarySort { get; }
member this.SecondarySort : string
Public ReadOnly Property SecondarySort As String
Property Value
The arbitrary string that is used to sort symbols that are otherwise equivalent.