FindData Struct
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 the set of data used in a search by the ITextSearchService.
public value class FindData
struct FindData
public struct FindData
type FindData = struct
Public Structure FindData
- Inheritance
-
FindData
Constructors
FindData(String, ITextSnapshot, FindOptions, ITextStructureNavigator) |
Initializes a new instance of FindData with the specified search pattern, text snapshot, find options, and text structure navigator. |
FindData(String, ITextSnapshot) |
Initializes a new instance of FindData with the specified search pattern and text snapshot. |
Properties
FindOptions |
Gets or sets the options that are used for the search. |
SearchString |
Gets or sets the string to use in the search. |
TextSnapshotToSearch |
Gets or sets the ITextSnapshot on which to perform the search. |
TextStructureNavigator |
Gets or sets the ITextStructureNavigator to use in determining word boundaries. |
Methods
Equals(Object) |
Determines whether two FindData objects are the same. |
GetHashCode() |
Gets the hash code for the object. |
ToString() |
Converts the FindData object to a string. |
Operators
Equality(FindData, FindData) |
Determines whether two FindData objects are the same. |
Inequality(FindData, FindData) |
Determines whether two FindData objects are different. |