IVsTextManagerEvents3::OnUserPreferencesChanged3 Method (array<VIEWPREFERENCES3>^, array<FRAMEPREFERENCES2>^, array<LANGPREFERENCES2>^, array<FONTCOLORPREFERENCES2>^)

 

Fires whenever the user’s global preferences change.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.11.0 (in Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

int OnUserPreferencesChanged3(
	array<VIEWPREFERENCES3>^ pViewPrefs,
	array<FRAMEPREFERENCES2>^ pFramePrefs,
	array<LANGPREFERENCES2>^ pLangPrefs,
	array<FONTCOLORPREFERENCES2>^ pColorPrefs
)

Parameters

pViewPrefs
Type: array<Microsoft.VisualStudio.TextManager.Interop::VIEWPREFERENCES3>^

[in] The view settings preferences.

pFramePrefs
Type: array<Microsoft.VisualStudio.TextManager.Interop::FRAMEPREFERENCES2>^

[in] The frame settings preferences.

pLangPrefs
Type: array<Microsoft.VisualStudio.TextManager.Interop::LANGPREFERENCES2>^

[in] The language settings preferences.

pColorPrefs
Type: array<Microsoft.VisualStudio.TextManager.Interop::FONTCOLORPREFERENCES2>^

[in] The color settings preferences.

Return Value

Type: System::Int32

Returns S_OK if the method is successful.

Return to top
Show: