VsTextManagerClass.GetPerLanguagePreferences Method
Method information not provided. Do not use.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function GetPerLanguagePreferences ( _
<OutAttribute> pLangPrefs As LANGPREFERENCES() _
) As Integer
public virtual int GetPerLanguagePreferences(
LANGPREFERENCES[] pLangPrefs
)
public:
virtual int GetPerLanguagePreferences(
[OutAttribute] array<LANGPREFERENCES>^ pLangPrefs
)
abstract GetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] byref -> int
override GetPerLanguagePreferences :
pLangPrefs:LANGPREFERENCES[] byref -> int
public function GetPerLanguagePreferences(
pLangPrefs : LANGPREFERENCES[]
) : int
Parameters
pLangPrefs
Type: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES[]Do not use.
Return Value
Type: System.Int32
Do not use.
Implements
IVsTextManager.GetPerLanguagePreferences(array<LANGPREFERENCES[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.