Método IVsTextManager.SetPerLanguagePreferences
Não há informações de método.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function SetPerLanguagePreferences ( _
pLangPrefs As LANGPREFERENCES() _
) As Integer
int SetPerLanguagePreferences(
LANGPREFERENCES[] pLangPrefs
)
int SetPerLanguagePreferences(
[InAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract SetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] -> int
function SetPerLanguagePreferences(
pLangPrefs : LANGPREFERENCES[]
) : int
Parâmetros
pLangPrefs
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[]Não use.
Valor de retorno
Tipo: Int32
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.