IVsTextManager3.GetUserPreferences3 方法

Returns the user preferences specified for the given font or language.

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.11.0(在 Microsoft.VisualStudio.TextManager.Interop.11.0.dll 中)

语法

声明
Function GetUserPreferences3 ( _
    <OutAttribute> pViewPrefs As VIEWPREFERENCES3(), _
    <OutAttribute> pFramePrefs As FRAMEPREFERENCES2(), _
    <OutAttribute> pLangPrefs As LANGPREFERENCES2(), _
    <OutAttribute> pColorPrefs As FONTCOLORPREFERENCES2() _
) As Integer
int GetUserPreferences3(
    VIEWPREFERENCES3[] pViewPrefs,
    FRAMEPREFERENCES2[] pFramePrefs,
    LANGPREFERENCES2[] pLangPrefs,
    FONTCOLORPREFERENCES2[] pColorPrefs
)
int GetUserPreferences3(
    [OutAttribute] array<VIEWPREFERENCES3>^ pViewPrefs, 
    [OutAttribute] array<FRAMEPREFERENCES2>^ pFramePrefs, 
    [InAttribute] [OutAttribute] array<LANGPREFERENCES2>^ pLangPrefs, 
    [InAttribute] [OutAttribute] array<FONTCOLORPREFERENCES2>^ pColorPrefs
)
abstract GetUserPreferences3 : 
        pViewPrefs:VIEWPREFERENCES3[] byref * 
        pFramePrefs:FRAMEPREFERENCES2[] byref * 
        pLangPrefs:LANGPREFERENCES2[] byref * 
        pColorPrefs:FONTCOLORPREFERENCES2[] byref -> int
function GetUserPreferences3(
    pViewPrefs : VIEWPREFERENCES3[], 
    pFramePrefs : FRAMEPREFERENCES2[], 
    pLangPrefs : LANGPREFERENCES2[], 
    pColorPrefs : FONTCOLORPREFERENCES2[]
) : int

参数

返回值

类型:Int32
Returns S_OK if the method is successful; otherwise, returns an error code.

.NET Framework 安全性

请参阅

参考

IVsTextManager3 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间