Método IVsProjectSpecificEditorMap2.GetSpecificLanguageService (String, Guid)
Use para especificar o serviço de linguagem que deve ser associado com o editor de núcleo, se o editor do núcleo é o editor padrão.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int GetSpecificLanguageService(
string pszMkDocument,
out Guid pguidLanguageService
)
int GetSpecificLanguageService(
String^ pszMkDocument,
[OutAttribute] Guid% pguidLanguageService
)
abstract GetSpecificLanguageService :
pszMkDocument:string *
pguidLanguageService:Guid byref -> int
Function GetSpecificLanguageService (
pszMkDocument As String,
<OutAttribute> ByRef pguidLanguageService As Guid
) As Integer
Parâmetros
- pszMkDocument
[in] Formulário do identificador exclusivo do identificador de origem do documento em seqüência no sistema de projeto.
- pguidLanguageService
[out, retval] GUID do serviço de linguagem a ser associado com o editor de núcleo.
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 IVsProjectSpecificEditorMap2::GetSpecificLanguageService(
[in] LPCOLESTR pszMkDocument,
[out, retval] GUID *pguidLanguageService
);
Consulte também
Interface IVsProjectSpecificEditorMap2
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo