ILanguageServerProviderClient Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interface utilisée par l’infrastructure LSP pour activer ou désactiver le serveur de langage.
[StreamJsonRpc.RpcMarshalable]
public interface ILanguageServerProviderClient : IDisposable
[<StreamJsonRpc.RpcMarshalable>]
type ILanguageServerProviderClient = interface
interface IDisposable
Public Interface ILanguageServerProviderClient
Implements IDisposable
- Attributs
-
StreamJsonRpc.RpcMarshalableAttribute
- Implémente
Méthodes
SetEnabledStateAsync(Boolean, CancellationToken) |
Méthode appelée par l’infrastructure du fournisseur de serveur de langage pour demander à Visual Studio de démarrer ou d’arrêter le serveur de langage. |