LanguageServerProviderConfiguration 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 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. |