C# 클래스 MonoDevelop.Ide.Editor.EditSession

상속: IDisposable
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
startOffset int

공개 메소드들

메소드 설명
AfterBackspace ( ) : void
AfterDelete ( ) : void
AfterReturn ( ) : void
AfterType ( char ch ) : void
BeforeBackspace ( bool &handledCommand ) : void
BeforeDelete ( bool &handledCommand ) : void
BeforeReturn ( bool &handledCommand ) : void
BeforeType ( char ch, bool &handledCommand ) : void
Dispose ( ) : void
EditSession ( ) : System
EditSession ( int startOffset, int endOffset ) : System
SessionStarted ( ) : void

보호된 메소드들

메소드 설명
CheckIsValid ( ) : bool
OnEditorSet ( ) : void

비공개 메소드들

메소드 설명
SetEditor ( TextEditor editor ) : void

메소드 상세

AfterBackspace() 공개 메소드

public AfterBackspace ( ) : void
리턴 void

AfterDelete() 공개 메소드

public AfterDelete ( ) : void
리턴 void

AfterReturn() 공개 메소드

public AfterReturn ( ) : void
리턴 void

AfterType() 공개 메소드

public AfterType ( char ch ) : void
ch char
리턴 void

BeforeBackspace() 공개 메소드

public BeforeBackspace ( bool &handledCommand ) : void
handledCommand bool
리턴 void

BeforeDelete() 공개 메소드

public BeforeDelete ( bool &handledCommand ) : void
handledCommand bool
리턴 void

BeforeReturn() 공개 메소드

public BeforeReturn ( bool &handledCommand ) : void
handledCommand bool
리턴 void

BeforeType() 공개 메소드

public BeforeType ( char ch, bool &handledCommand ) : void
ch char
handledCommand bool
리턴 void

CheckIsValid() 보호된 메소드

protected CheckIsValid ( ) : bool
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EditSession() 공개 메소드

public EditSession ( ) : System
리턴 System

EditSession() 공개 메소드

public EditSession ( int startOffset, int endOffset ) : System
startOffset int
endOffset int
리턴 System

OnEditorSet() 보호된 메소드

protected OnEditorSet ( ) : void
리턴 void

SessionStarted() 공개 메소드

public SessionStarted ( ) : void
리턴 void

프로퍼티 상세

startOffset 보호되어 있는 프로퍼티

protected int startOffset
리턴 int