FindData.SearchString Property
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
'Dichiarazione
Public Property SearchString As String
Get
Set
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.