Freigeben über


CodeLensProviderConfiguration Class

Definition

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.

Applies to