Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: String
The current search term.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.