ITextSearchResultMapper Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Interface for mapping between a ITextSearch implementation result value, and a TextSearchResult instance.
public interface ITextSearchResultMapper
type ITextSearchResultMapper = interface
Public Interface ITextSearchResultMapper
- Derived
Methods
| MapFromResultToTextSearchResult(Object) |
Map from an Object which represents a result value associated with a ITextSearch implementation to a a TextSearchResult instance. |