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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.