C# 클래스 nHydrate.Generator.Common.Util.TextManagerEvents

상속: IVsTextManagerEvents
파일 보기 프로젝트 열기: nHydrate/nHydrate 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
GetService ( ) : IVsTextManager2
UIntToColor ( uint color ) : System.Drawing.Color

메소드 상세

OnRegisterMarkerType() 공개 메소드

public OnRegisterMarkerType ( int iMarkerType ) : void
iMarkerType int
리턴 void

OnRegisterView() 공개 메소드

public OnRegisterView ( IVsTextView pView ) : void
pView IVsTextView
리턴 void

OnUnregisterView() 공개 메소드

public OnUnregisterView ( IVsTextView pView ) : void
pView IVsTextView
리턴 void

OnUserPreferencesChanged() 공개 메소드

public OnUserPreferencesChanged ( VIEWPREFERENCES pViewPrefs, FRAMEPREFERENCES pFramePrefs, LANGPREFERENCES pLangPrefs, FONTCOLORPREFERENCES pColorPrefs ) : void
pViewPrefs VIEWPREFERENCES
pFramePrefs FRAMEPREFERENCES
pLangPrefs LANGPREFERENCES
pColorPrefs FONTCOLORPREFERENCES
리턴 void

RegisterForTextManagerEvents() 공개 정적인 메소드

public static RegisterForTextManagerEvents ( ) : void
리턴 void

Setup() 공개 정적인 메소드

public static Setup ( ) : void
리턴 void