C# Class MonoDevelop.Ide.FindInFiles.SearchResult

显示文件 Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
GetBackgroundMarkerColor ( ColorScheme style ) : Mono.TextEditor.Highlighting.AmbientColor
SearchResult ( FileProvider fileProvider, int offset, int length ) : Mono.TextEditor.Highlighting
ToString ( ) : string

Protected Methods

Method Description
SearchResult ( int offset, int length ) : Mono.TextEditor.Highlighting

Method Details

GetBackgroundMarkerColor() public method

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

SearchResult() public method

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

SearchResult() protected method

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

ToString() public method

public ToString ( ) : string
return string