IVsTextManagerEvents7.OnUserPreferencesChanged7 Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public int OnUserPreferencesChanged7(Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES5[]? pViewPrefs, Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES4[]? pLangPrefs, Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[]? pColorPrefs);
abstract member OnUserPreferencesChanged7 : Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES5[] * Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES4[] * Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[] -> int
Public Function OnUserPreferencesChanged7 (pViewPrefs As VIEWPREFERENCES5(), pLangPrefs As LANGPREFERENCES4(), pColorPrefs As FONTCOLORPREFERENCES2()) As Integer
Parameters
- pViewPrefs
- VIEWPREFERENCES5[]
- pLangPrefs
- LANGPREFERENCES4[]
- pColorPrefs
- FONTCOLORPREFERENCES2[]