FindData::SearchString Property

 

Gets or sets the string to use in the search.

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

public:
property String^ SearchString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The string to use in the search.

Exception Condition
ArgumentNullException

The value is null.

ArgumentOutOfRangeException

The value is an empty string.

Return to top
Show: