IVsTextManagerEvents3.OnUserPreferencesChanged3 - метод
Fires whenever the user’s global preferences change.
Пространство имен: Microsoft.VisualStudio.TextManager.Interop
Сборка: Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)
Синтаксис
'Декларация
Function OnUserPreferencesChanged3 ( _
pViewPrefs As VIEWPREFERENCES3(), _
pFramePrefs As FRAMEPREFERENCES2(), _
pLangPrefs As LANGPREFERENCES2(), _
pColorPrefs As FONTCOLORPREFERENCES2() _
) As Integer
int OnUserPreferencesChanged3(
VIEWPREFERENCES3[] pViewPrefs,
FRAMEPREFERENCES2[] pFramePrefs,
LANGPREFERENCES2[] pLangPrefs,
FONTCOLORPREFERENCES2[] pColorPrefs
)
int OnUserPreferencesChanged3(
[InAttribute] array<VIEWPREFERENCES3>^ pViewPrefs,
[InAttribute] array<FRAMEPREFERENCES2>^ pFramePrefs,
[InAttribute] array<LANGPREFERENCES2>^ pLangPrefs,
[InAttribute] array<FONTCOLORPREFERENCES2>^ pColorPrefs
)
abstract OnUserPreferencesChanged3 :
pViewPrefs:VIEWPREFERENCES3[] *
pFramePrefs:FRAMEPREFERENCES2[] *
pLangPrefs:LANGPREFERENCES2[] *
pColorPrefs:FONTCOLORPREFERENCES2[] -> int
function OnUserPreferencesChanged3(
pViewPrefs : VIEWPREFERENCES3[],
pFramePrefs : FRAMEPREFERENCES2[],
pLangPrefs : LANGPREFERENCES2[],
pColorPrefs : FONTCOLORPREFERENCES2[]
) : int
Параметры
pViewPrefs
Тип: array<Microsoft.VisualStudio.TextManager.Interop.VIEWPREFERENCES3[][in] The view settings preferences.
pFramePrefs
Тип: array<Microsoft.VisualStudio.TextManager.Interop.FRAMEPREFERENCES2[][in] The frame settings preferences.
pLangPrefs
Тип: array<Microsoft.VisualStudio.TextManager.Interop.LANGPREFERENCES2[][in] The language settings preferences.
pColorPrefs
Тип: array<Microsoft.VisualStudio.TextManager.Interop.FONTCOLORPREFERENCES2[][in] The color settings preferences.
Возвращаемое значение
Тип: Int32
Returns S_OK if the method is successful.
Безопасность платформы .NET Framework
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Для получения дополнительной информации см. Использование библиотек из не вполне надежного кода.
См. также
Ссылки
IVsTextManagerEvents3 Интерфейс
Microsoft.VisualStudio.TextManager.Interop - пространство имен