IIncrementalSearch.SearchString Property

Gets or sets the current search term.

Namespace:  Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

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

Property Value

Type: System.String
The current search term.

.NET Framework Security

See Also

Reference

IIncrementalSearch Interface

Microsoft.VisualStudio.Text.IncrementalSearch Namespace