FindData Constructor

 

Initializes a new instance of FindData.

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

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.

Return to top
Show: