IVsTextManager5.SetUserPreferences5 Method

Definition

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

Parameters

pViewPrefs
VIEWPREFERENCES4[]
pLangPrefs
LANGPREFERENCES3[]
pColorPrefs
FONTCOLORPREFERENCES2[]

Returns

Applies to