Partilhar via


Método VsTextManagerClass.SetPerLanguagePreferences

Informações de método não fornecidas.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: Int32

Implementações

IVsTextManager.SetPerLanguagePreferences(array<LANGPREFERENCES[])

Segurança do .NET Framework

Consulte também

Referência

VsTextManagerClass Classe

Namespace Microsoft.VisualStudio.TextManager.Interop