FindData Struct
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
Find |
Initializes a new instance of FindData with the specified search pattern, text snapshot, find options, and text structure navigator. |
Find |
Initializes a new instance of FindData with the specified search pattern and text snapshot. |
Find |
Gets or sets the options that are used for the search. |
Search |
Gets or sets the string to use in the search. |
Text |
Gets or sets the ITextSnapshot on which to perform the search. |
Text |
Gets or sets the ITextStructureNavigator to use in determining word boundaries. |
Equals(Object) |
Determines whether two FindData objects are the same. |
Get |
Gets the hash code for the object. |
To |
Converts the FindData object to a string. |
Equality(Find |
Determines whether two FindData objects are the same. |
Inequality(Find |
Determines whether two FindData objects are different. |
Produit | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |