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 string to use in the search.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Public Property SearchString As String
public string SearchString { get; set; }
public:
property String^ SearchString {
String^ get ();
void set (String^ value);
}
member SearchString : string with get, set
function get SearchString () : String
function set SearchString (value : String)
Property Value
Type: String
The string to use in the search.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | The value is nulla null reference (Nothing in Visual Basic). |
ArgumentOutOfRangeException | The value is an empty string. |
.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.