C# Class nHydrate.Generator.Common.Util.TextManagerEvents

Inheritance: IVsTextManagerEvents
Afficher le fichier Open project: nHydrate/nHydrate Class Usage Examples

Méthodes publiques

Méthode Description
OnRegisterMarkerType ( int iMarkerType ) : void
OnRegisterView ( IVsTextView pView ) : void
OnUnregisterView ( IVsTextView pView ) : void
OnUserPreferencesChanged ( VIEWPREFERENCES pViewPrefs, FRAMEPREFERENCES pFramePrefs, LANGPREFERENCES pLangPrefs, FONTCOLORPREFERENCES pColorPrefs ) : void
RegisterForTextManagerEvents ( ) : void
Setup ( ) : void

Private Methods

Méthode Description
GetService ( ) : IVsTextManager2
UIntToColor ( uint color ) : System.Drawing.Color

Method Details

OnRegisterMarkerType() public méthode

public OnRegisterMarkerType ( int iMarkerType ) : void
iMarkerType int
Résultat void

OnRegisterView() public méthode

public OnRegisterView ( IVsTextView pView ) : void
pView IVsTextView
Résultat void

OnUnregisterView() public méthode

public OnUnregisterView ( IVsTextView pView ) : void
pView IVsTextView
Résultat void

OnUserPreferencesChanged() public méthode

public OnUserPreferencesChanged ( VIEWPREFERENCES pViewPrefs, FRAMEPREFERENCES pFramePrefs, LANGPREFERENCES pLangPrefs, FONTCOLORPREFERENCES pColorPrefs ) : void
pViewPrefs VIEWPREFERENCES
pFramePrefs FRAMEPREFERENCES
pLangPrefs LANGPREFERENCES
pColorPrefs FONTCOLORPREFERENCES
Résultat void

RegisterForTextManagerEvents() public static méthode

public static RegisterForTextManagerEvents ( ) : void
Résultat void

Setup() public static méthode

public static Setup ( ) : void
Résultat void