ITextSearchNavigator::SearchTerm Property

 

Gets or sets the term to search for.

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

property String^ SearchTerm {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns the term to search for.

Modifying this property does not perform a search, call the Find method to perform a new search.

Return to top
Show: