Método IVsTextManager.GetPerLanguagePreferences
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 GetPerLanguagePreferences ( _
<OutAttribute> pLangPrefs As LANGPREFERENCES() _
) As Integer
int GetPerLanguagePreferences(
LANGPREFERENCES[] pLangPrefs
)
int GetPerLanguagePreferences(
[OutAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract GetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] byref -> int
function GetPerLanguagePreferences(
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.