Método IVsCommandWindow.SetCurrentLanguageService (Guid)
Publicado: abril de 2016
Define o serviço de linguagem para a janela de comando usar no contexto de depuração atual.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int SetCurrentLanguageService(
[InAttribute] ref Guid rguidLanguageService
)
int SetCurrentLanguageService(
[InAttribute] Guid% rguidLanguageService
)
abstract SetCurrentLanguageService :
rguidLanguageService:Guid byref -> int
Function SetCurrentLanguageService (
<InAttribute> ByRef rguidLanguageService As Guid
) As Integer
Parâmetros
- rguidLanguageService
[in] O GUID do serviço de linguagem que está sendo usado.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCommandWindow::SetCurrentLanguageService(
[in] REFGUID rguidLanguageService
);
Consulte também
Interface IVsCommandWindow
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo