Partilhar via


Método IVsLanguageInfo.GetLanguageName

Retorna o nome da linguagem de programação.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Function GetLanguageName ( _
    <OutAttribute> ByRef bstrName As String _
) As Integer
int GetLanguageName(
    out string bstrName
)
int GetLanguageName(
    [OutAttribute] String^% bstrName
)
abstract GetLanguageName : 
        bstrName:string byref -> int
function GetLanguageName(
    bstrName : String
) : int

Parâmetros

  • bstrName
    Tipo: String%

    [out] Retorna um BSTR que contém o nome do idioma.

Valor de retorno

Tipo: 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 textmgr.idl:

HRESULT IVsLanguageInfo::GetLanguageName(
   [out] BSTR *bstrName
);

Retorne o nome do idioma, como "HTML" ou "C++".

Dica

O nome retornado deste método deve ser o mesmo nome usado quando o registro do serviço de linguagem com Visual Studio.

Segurança do .NET Framework

Consulte também

Referência

IVsLanguageInfo Interface

Namespace Microsoft.VisualStudio.TextManager.Interop