CodeLensProviderConfiguration.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.
Gets the priority of the CodeLens provider relative to other providers in the same CodeLens adornment. Lower value items will come first in the default ordering of data in the UI.
public int Priority { get; init; }
member this.Priority : int with get, set
Public Property Priority As Integer