Compartir a través de


IVsTextManager.SetPerLanguagePreferences (Método)

La información del método no se proporciona.

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop (en Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxis

'Declaración
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

Parámetros

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)