Share via


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

Return Value

Type: System.Int32
Do not use.

Implements

IVsTextManager.GetPerLanguagePreferences(array<LANGPREFERENCES[])

.NET Framework Security

See Also

Reference

VsTextManagerClass Class

Microsoft.VisualStudio.TextManager.Interop Namespace