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
pLangPrefs
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[]
Valor de retorno
Tipo: Int32
Implementações
IVsTextManager.SetPerLanguagePreferences(array<LANGPREFERENCES[])
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.