FindData Struct

Definition

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)

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.

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.

Applies to