CodeAction.Priority 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.
Priority of this particular action within a group of other actions. Less relevant actions should override this and specify a lower priority so that more important actions are easily accessible to the user. Returns Default if not overridden.
public Microsoft.CodeAnalysis.CodeActions.CodeActionPriority Priority { get; }
member this.Priority : Microsoft.CodeAnalysis.CodeActions.CodeActionPriority
Public ReadOnly Property Priority As CodeActionPriority
Property Value
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.