Condividi tramite


Metodo IVsTextManager.GetPerLanguagePreferences

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

Parametri

Valore restituito

Tipo: Int32

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsTextManager Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop