ITextSearchNavigator::ReplaceTerm Property

 

Gets or sets the term to use to replace matches.

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

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

Property Value

Type: System::String^

Returns the term to use to replace matches.

Modifying the search options doesn’t change the current search. To perform a search using new options, call the Find method.

Return to top
Show: