Initializes a new instance of the SearchResult class.
Namespace: FirstFloor.Documents.SearchAssembly: FirstFloor.Documents (in FirstFloor.Documents.dll) Version: 2.5.0.0 (2.5.1.0)
Syntax
| C# |
|---|
public SearchResult( TextRange range, string value ) |
| Visual Basic |
|---|
Public Sub New ( _ range As TextRange, _ value As String _ ) |
| Visual C++ |
|---|
public: SearchResult( TextRange^ range, String^ value ) |
Parameters
- range
- Type: FirstFloor.Documents..::..TextRange
The range.
- value
- Type: System..::..String
The value.