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
参数
pViewPrefs
类型:array<Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES3[][out] User preferences for the view settings.
pFramePrefs
类型:array<Microsoft.VisualStudio.TextManager.Interop.FRAMEPREFERENCES2[][out] User preferences for the frame settings.
pLangPrefs
类型:array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES2[][in, out] User language settings preferences.
pColorPrefs
类型:array<Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[][in, out] User color settings preferences.
返回值
类型:Int32
Returns S_OK if the method is successful; otherwise, returns an error code.
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。