Partager via


IVsTextManager.SetPerLanguagePreferences, 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 SetPerLanguagePreferences ( _
    pLangPrefs As LANGPREFERENCES() _
) As Integer
int SetPerLanguagePreferences(
    LANGPREFERENCES[] pLangPrefs
)
int SetPerLanguagePreferences(
    [InAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract SetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] -> int
function SetPerLanguagePreferences(
    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