Share via


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)

Syntax

'Déclaration
Property ReplaceTerm As String
string ReplaceTerm { get; set; }
property String^ ReplaceTerm {
    String^ get ();
    void set (String^ value);
}
abstract ReplaceTerm : string with get, set
function get ReplaceTerm () : String
function set ReplaceTerm (value : String)

Property Value

Type: System.String
Returns the term to use to replace matches.

Remarks

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

.NET Framework Security

See Also

Reference

ITextSearchNavigator Interface

Microsoft.VisualStudio.Text.Operations Namespace