Partager via


IVsTextManager.GetPerLanguagePreferences, méthode

Les informations de méthode ne sont pas fournies.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
Function GetPerLanguagePreferences ( _
    <OutAttribute> pLangPrefs As LANGPREFERENCES() _
) As Integer
int GetPerLanguagePreferences(
    LANGPREFERENCES[] pLangPrefs
)
int GetPerLanguagePreferences(
    [OutAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract GetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] byref -> int
function GetPerLanguagePreferences(
    pLangPrefs : LANGPREFERENCES[]
) : int

Paramètres

Valeur de retour

Type : Int32

Sécurité .NET Framework

Voir aussi

Référence

IVsTextManager Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms