Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: System.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.