A class that encapsulates a "find text" request, storing the position
| C# | Visual Basic | Visual C++ |
public class FindTextRequest
Public Class FindTextRequest
public ref class FindTextRequest
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| FindTextRequest(IFindReplaceProvider) |
Creates a new request using the specified textProvider for searching.
| |
| FindTextRequest(IFindReplaceProvider, String) |
Creates a new request using the specified textProvider for searching.
| |
| Equals(Object) |
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Position |
The position of the currently "found" text (or the starting position of the search).
| |
| ReplaceValue |
Gets or sets the text replace value (shared value).
| |
| SearchValue |
The search text (shared value).
| |
| StringComparison |
The string comparison settings, e.g. case insensitive.
| |
| TextProvider |
The search provider. A search request is conducted by the provider, different providers
can yield different results, for example plain text or a regular expression searcher.
| |
| ToString()()() |
Returns a String that represents the current Object.
(Inherited from Object.) |
| Object | |
| FindTextRequest | |