Condividi tramite


LanguageServerProviderConfiguration Class

Definition

Configuration of a LanguageServerProvider class.

public sealed class LanguageServerProviderConfiguration : IEquatable<Microsoft.VisualStudio.Extensibility.LanguageServer.LanguageServerProviderConfiguration>
type LanguageServerProviderConfiguration = class
    interface IEquatable<LanguageServerProviderConfiguration>
Public NotInheritable Class LanguageServerProviderConfiguration
Implements IEquatable(Of LanguageServerProviderConfiguration)
Inheritance
LanguageServerProviderConfiguration
Implements

Constructors

LanguageServerProviderConfiguration(String, DocumentFilter[])

Initializes a new instance of the LanguageServerProviderConfiguration class.

Properties

AppliesTo

Gets the conditions under which the LanguageServerProvider should be activated.

DisplayName

Gets display name of the language server.

Methods

Equals(LanguageServerProviderConfiguration)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.

Applies to