IVsTextManagerEvents6.OnUserPreferencesChanged6 Method

Definition

public:
 int OnUserPreferencesChanged6(cli::array <Microsoft::VisualStudio::TextManager::Interop::VIEWPREFERENCES5> ^ pViewPrefs, cli::array <Microsoft::VisualStudio::TextManager::Interop::LANGPREFERENCES3> ^ pLangPrefs, cli::array <Microsoft::VisualStudio::TextManager::Interop::FONTCOLORPREFERENCES2> ^ pColorPrefs);
public int OnUserPreferencesChanged6 (Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES5[] pViewPrefs, Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES3[] pLangPrefs, Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[] pColorPrefs);
abstract member OnUserPreferencesChanged6 : Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES5[] * Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES3[] * Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[] -> int
Public Function OnUserPreferencesChanged6 (pViewPrefs As VIEWPREFERENCES5(), pLangPrefs As LANGPREFERENCES3(), pColorPrefs As FONTCOLORPREFERENCES2()) As Integer

Parameters

pViewPrefs
VIEWPREFERENCES5[]
pLangPrefs
LANGPREFERENCES3[]
pColorPrefs
FONTCOLORPREFERENCES2[]

Returns

Applies to