FindData Structure
Represents the set of data used in a search by the ITextSearchService.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
| Name | Description | |
|---|---|---|
![]() | FindData(String, ITextSnapshot) | Initializes a new instance of FindData with the specified search pattern and text snapshot. |
![]() | FindData(String, ITextSnapshot, FindOptions, ITextStructureNavigator) | Initializes a new instance of FindData with the specified search pattern, text snapshot, find options, and text structure navigator. |
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether two FindData objects are the same.(Overrides ValueType.Equals(Object).) |
![]() | GetHashCode() | Gets the hash code for the object.(Overrides ValueType.GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | Converts the FindData object to a string.(Overrides ValueType.ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(FindData, FindData) | Determines whether two FindData objects are the same. |
![]() ![]() | Inequality(FindData, FindData) | Determines whether two FindData objects are different. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



