IVsCommandWindow.SetCurrentLanguageService(Guid) Méthode
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.
Définit le service de langage pour la fenêtre d'invite de commandes à utiliser dans le contexte de débogage en cours.
public:
int SetCurrentLanguageService(Guid % rguidLanguageService);
public int SetCurrentLanguageService (ref Guid rguidLanguageService);
abstract member SetCurrentLanguageService : Guid -> int
Public Function SetCurrentLanguageService (ByRef rguidLanguageService As Guid) As Integer
Paramètres
- rguidLanguageService
- Guid
[in] GUID du service de langage en cours d'utilisation.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsCommandWindow::SetCurrentLanguageService(
[in] REFGUID rguidLanguageService
);