AvalonEdit
ISearchResult Interface
NamespacesICSharpCode.AvalonEdit.SearchISearchResult
Represents a search result.
Declaration Syntax
C#Visual BasicVisual C++
public interface ISearchResult : ISegment
Public Interface ISearchResult _
	Inherits ISegment
public interface class ISearchResult : ISegment
Members
All MembersMethodsProperties



IconMemberDescription
Contains(ISegment, Int32, Int32)
Gets whether segment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
Contains(ISegment, ISegment)
Gets whether thisSegment fully contains the specified segment.
(Inherited from ISegmentExtensions.)
EndOffset
Gets the end offset of the segment.
(Inherited from ISegment.)
Length
Gets the length of the segment.
(Inherited from ISegment.)
Offset
Gets the start offset of the segment.
(Inherited from ISegment.)
ReplaceWith(String)
Replaces parts of the replacement string with parts from the match. (e.g. $1)

Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238