C# 클래스 MonoDevelop.Ide.FindInFiles.SearchResult

파일 보기 프로젝트 열기: LogosBible/monodevelop 1 사용 예제들

공개 메소드들

메소드 설명
GetBackgroundMarkerColor ( ColorScheme style ) : Mono.TextEditor.Highlighting.AmbientColor
SearchResult ( FileProvider fileProvider, int offset, int length ) : Mono.TextEditor.Highlighting
ToString ( ) : string

보호된 메소드들

메소드 설명
SearchResult ( int offset, int length ) : Mono.TextEditor.Highlighting

메소드 상세

GetBackgroundMarkerColor() 공개 메소드

public GetBackgroundMarkerColor ( ColorScheme style ) : Mono.TextEditor.Highlighting.AmbientColor
style Mono.TextEditor.Highlighting.ColorScheme
리턴 Mono.TextEditor.Highlighting.AmbientColor

SearchResult() 공개 메소드

public SearchResult ( FileProvider fileProvider, int offset, int length ) : Mono.TextEditor.Highlighting
fileProvider FileProvider
offset int
length int
리턴 Mono.TextEditor.Highlighting

SearchResult() 보호된 메소드

protected SearchResult ( int offset, int length ) : Mono.TextEditor.Highlighting
offset int
length int
리턴 Mono.TextEditor.Highlighting

ToString() 공개 메소드

public ToString ( ) : string
리턴 string