Condividi tramite


Metodo VsTextManagerClass.SetPerLanguagePreferences

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 SetPerLanguagePreferences ( _
    pLangPrefs As LANGPREFERENCES() _
) As Integer
public virtual int SetPerLanguagePreferences(
    LANGPREFERENCES[] pLangPrefs
)
public:
virtual int SetPerLanguagePreferences(
    [InAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract SetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] -> int  
override SetPerLanguagePreferences : 
        pLangPrefs:LANGPREFERENCES[] -> int
public function SetPerLanguagePreferences(
    pLangPrefs : LANGPREFERENCES[]
) : int

Parametri

Valore restituito

Tipo: Int32

Implementa

IVsTextManager.SetPerLanguagePreferences(array<LANGPREFERENCES[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextManagerClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop