ISuggestedActionPriorityRegistryService.PriorityComparer Property

Definition

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)

Property Value

Applies to