FindData Constructor (String^, ITextSnapshot^)

 

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

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

public:
FindData(
	String^ searchPattern,
	ITextSnapshot^ textSnapshot
)

Parameters

searchPattern
Type: System::String^

The search string.

textSnapshot
Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The text snapshot in which to search.

Return to top
Show: