Compartir a través de


IVsTextManager.GetPerLanguagePreferences (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 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

Parámetros

Valor devuelto

Tipo: Int32

Seguridad de .NET Framework

Vea también

Referencia

IVsTextManager Interfaz

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