TextSearchResult Class
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.
Represents a search result retrieved from a ITextSearch instance.
public sealed class TextSearchResult
type TextSearchResult = class
Public NotInheritable Class TextSearchResult
- Inheritance
-
TextSearchResult
Remarks
An instance of TextSearchResult is a normalized search result which provides access to: - Name associated with the search result - Value associated with the search result - Link reference associated with the search result
Constructors
| TextSearchResult(String) |
Represents a search result retrieved from a ITextSearch instance. |
Properties
| Link |
The link reference associated with the text search result. |
| Name |
The text search result name. |
| Value |
The text search result value. |