CodeLensProviderConfiguration Class
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.
Configuration for ICodeLensProvider extension part.
public sealed class CodeLensProviderConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.Editor.CodeLensProviderConfiguration>
type CodeLensProviderConfiguration = class
interface IEquatable<CodeLensProviderConfiguration>
Public NotInheritable Class CodeLensProviderConfiguration
Implements IEquatable(Of CodeLensProviderConfiguration)
- Inheritance
-
CodeLensProviderConfiguration
- Implements
Constructors
CodeLensProviderConfiguration(String) |
Initializes a new instance of the CodeLensProviderConfiguration class. |
Properties
DisplayName |
Gets localized display name of the CodeLens provider. |
Priority |
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. |
Methods
Equals(CodeLensProviderConfiguration) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | |
GetHashCode() | Serves as the default hash function. |