IVsCommandWindow.SetCurrentLanguageService(Guid) Method
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.
Sets the language service for the Command Window to use in the current debugging context.
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
Parameters
- rguidLanguageService
- Guid
[in] The GUID of the Language Service being used.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsCommandWindow::SetCurrentLanguageService(
[in] REFGUID rguidLanguageService
);