ITextSearchNavigator.SearchTerm Property
Gets or sets the term to search for.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Declaration
Property SearchTerm As String
string SearchTerm { get; set; }
property String^ SearchTerm {
String^ get ();
void set (String^ value);
}
abstract SearchTerm : string with get, set
function get SearchTerm () : String
function set SearchTerm (value : String)
Property Value
Type: String
Returns the term to search for.
Remarks
Modifying this property does not perform a search, call the Find method to perform a new search.
.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.