ISuggestedActionPriorityRegistryService.PriorityComparer 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.
Gets a IComparer<T> which compares names of request priorities in order of their precedence.
public:
property System::Collections::Generic::IComparer<System::String ^> ^ PriorityComparer { System::Collections::Generic::IComparer<System::String ^> ^ get(); };
public System.Collections.Generic.IComparer<string> PriorityComparer { get; }
member this.PriorityComparer : System.Collections.Generic.IComparer<string>
Public ReadOnly Property PriorityComparer As IComparer(Of String)