ISuggestedActionPriorityRegistryService Interface
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.
The service that maintains the collection of request priorities for obtaining SuggestedActionSet using the IAsyncSuggestedActionsSource.
Combines default priorities with names defined in DefaultOrderings with custom priorities exported using SuggestedActionPriorityDefinition.
public interface class ISuggestedActionPriorityRegistryService
public interface ISuggestedActionPriorityRegistryService
type ISuggestedActionPriorityRegistryService = interface
Public Interface ISuggestedActionPriorityRegistryService
Remarks
This is a MEF component part, and should be exported with the following attribute: [Export(typeof(ISuggestedActionPriorityRegistryService))]
Properties
Priorities |
Gets an enumeration of all registered request priorities. |
PriorityComparer |
Gets a IComparer<T> which compares names of request priorities in order of their precedence. |