FindData::FindOptions Property

 

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

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

public:
property FindOptions FindOptions {
	FindOptions get();
	void set(FindOptions value);
}

Property Value

Type: Microsoft.VisualStudio.Text.Operations::FindOptions

The options that are used for the search.

Return to top
Show: