C# 클래스 ICSharpCode.TextEditor.Document.MarkerStrategy

Manages the list of markers and provides ways to retrieve markers for specific positions.
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox 1 사용 예제들

공개 메소드들

메소드 설명
AddMarker ( ICSharpCode.TextEditor.Document.TextMarker item ) : void
GetMarkers ( Point position ) : List
GetMarkers ( int offset ) : List
GetMarkers ( int offset, int length ) : List
InsertMarker ( int index, TextMarker item ) : void
MarkerStrategy ( IDocument document ) : System
RemoveAll ( Predicate match ) : void
RemoveMarker ( TextMarker item ) : void

비공개 메소드들

메소드 설명
DocumentChanged ( object sender, ICSharpCode.TextEditor.Document.DocumentEventArgs e ) : void

메소드 상세

AddMarker() 공개 메소드

public AddMarker ( ICSharpCode.TextEditor.Document.TextMarker item ) : void
item ICSharpCode.TextEditor.Document.TextMarker
리턴 void

GetMarkers() 공개 메소드

public GetMarkers ( Point position ) : List
position Point
리턴 List

GetMarkers() 공개 메소드

public GetMarkers ( int offset ) : List
offset int
리턴 List

GetMarkers() 공개 메소드

public GetMarkers ( int offset, int length ) : List
offset int
length int
리턴 List

InsertMarker() 공개 메소드

public InsertMarker ( int index, TextMarker item ) : void
index int
item TextMarker
리턴 void

MarkerStrategy() 공개 메소드

public MarkerStrategy ( IDocument document ) : System
document IDocument
리턴 System

RemoveAll() 공개 메소드

public RemoveAll ( Predicate match ) : void
match Predicate
리턴 void

RemoveMarker() 공개 메소드

public RemoveMarker ( TextMarker item ) : void
item TextMarker
리턴 void