Partager via


LanguageService.GetLanguageName, méthode

Retourne le nom du langage des handles de ce service de langage.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)

Syntaxe

'Déclaration
Public Overridable Function GetLanguageName ( _
    <OutAttribute> ByRef name As String _
) As Integer
public virtual int GetLanguageName(
    out string name
)

Paramètres

Valeur de retour

Type : System.Int32
Si réussi, retours S_OK ; sinon, retours code d'erreur.

Implémentations

IVsLanguageInfo.GetLanguageName(String%)

Remarques

La méthode de base retourne toujours la valeur retournée par la propriété d'Name (qui doit être implémentée dans une classe dérivée).

Sécurité .NET Framework

Voir aussi

Référence

LanguageService Classe

Microsoft.VisualStudio.Package, espace de noms