







The TextSearch type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TextSearch |
Constructs a new TextSearch object.
|
Methods
Name | Description | |
---|---|---|
![]() | SearchBegin |
Initilizes a new search. To perform a search, it must be followed by at least one call to SearchNextAsync(Action<(Of <<'(TextSearch..::..OnTextSearchAsyncCallbackArgs>)>>), Object).
|
![]() | SearchNextAsync |
Attempts to find the next instance of the search string specified in SearchBegin(String, TextSearch..::..SearchModes, Int32).
|