IVsTextManager3::SetUserPreferences3 Method (array<VIEWPREFERENCES3>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^)
Visual Studio 2015
Sets the user preferences as specified.
Assembly: Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
int SetUserPreferences3( array<VIEWPREFERENCES3>^ pViewPrefs, array<FRAMEPREFERENCES2>^ pFramePrefs, array<LANGPREFERENCES2>^ pLangPrefs, array<FONTCOLORPREFERENCES2>^ pColorPrefs )
Parameters
- pViewPrefs
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::VIEWPREFERENCES3>^
[in] User preferences for the view settings.
- pFramePrefs
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::FRAMEPREFERENCES2>^
[in] User preferences for the frame settings.
- pLangPrefs
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::LANGPREFERENCES2>^
[in] User language settings preferences.
- pColorPrefs
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::FONTCOLORPREFERENCES2>^
[in] User color settings preferences.
Return Value
Type: System::Int32Returns S_OK if the method is successful; otherwise, returns an error code.
Show: