Condividi tramite


Metodo VsTextManagerClass.GetPerLanguagePreferences

Informazioni del metodo non viene fornito.

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

Sintassi

'Dichiarazione
Public Overridable Function GetPerLanguagePreferences ( _
    <OutAttribute> pLangPrefs As LANGPREFERENCES() _
) As Integer
public virtual int GetPerLanguagePreferences(
    LANGPREFERENCES[] pLangPrefs
)
public:
virtual int GetPerLanguagePreferences(
    [OutAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract GetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] byref -> int  
override GetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] byref -> int
public function GetPerLanguagePreferences(
    pLangPrefs : LANGPREFERENCES[]
) : int

Parametri

Valore restituito

Tipo: Int32

Implementa

IVsTextManager.GetPerLanguagePreferences(array<LANGPREFERENCES[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextManagerClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop