Condividi tramite


Metodo IVsTextManager.SetPerLanguagePreferences

Informazioni del metodo non vengono specificate.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop