IVsCommandWindow.SetCurrentLanguageService(Guid) Method

Definition

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  
);  

Applies to