Share via


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)

Syntax

'Declaration
Property SearchTerm As String
string SearchTerm { get; set; }
property String^ SearchTerm {
    String^ get ();
    void set (String^ value);
}
abstract SearchTerm : string with get, set
function get SearchTerm () : String 
function set SearchTerm (value : String)

Property Value

Type: System.String
Returns the term to search for.

Remarks

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

.NET Framework Security

See Also

Reference

ITextSearchNavigator Interface

Microsoft.VisualStudio.Text.Operations Namespace