FindData Structure

 

Represents the set of data used in a search by the ITextSearchService.

Namespace:   Microsoft.VisualStudio.Text.Operations
Assembly:  Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)

public struct FindData

NameDescription
System_CAPS_pubmethodFindData(String, ITextSnapshot)

Initializes a new instance of FindData with the specified search pattern and text snapshot.

System_CAPS_pubmethodFindData(String, ITextSnapshot, FindOptions, ITextStructureNavigator)

Initializes a new instance of FindData with the specified search pattern, text snapshot, find options, and text structure navigator.

NameDescription
System_CAPS_pubpropertyFindOptions

Gets or sets the options that are used for the search.

System_CAPS_pubpropertySearchString

Gets or sets the string to use in the search.

System_CAPS_pubpropertyTextSnapshotToSearch

Gets or sets the ITextSnapshot on which to perform the search.

System_CAPS_pubpropertyTextStructureNavigator

Gets or sets the ITextStructureNavigator to use in determining word boundaries.

NameDescription
System_CAPS_pubmethodEquals(Object)

Determines whether two FindData objects are the same.(Overrides ValueType.Equals(Object).)

System_CAPS_pubmethodGetHashCode()

Gets the hash code for the object.(Overrides ValueType.GetHashCode().)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

Converts the FindData object to a string.(Overrides ValueType.ToString().)

NameDescription
System_CAPS_puboperatorSystem_CAPS_staticEquality(FindData, FindData)

Determines whether two FindData objects are the same.

System_CAPS_puboperatorSystem_CAPS_staticInequality(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.

Return to top
Show: