RegionHolderTTrySearch Method
Looks for the specified value within the region.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
public bool TrySearch(
string value,
MatchingOptions options,
out List<ExtendedSearchEntry> entries
)
Public Function TrySearch (
value As String,
options As MatchingOptions,
<OutAttribute> ByRef entries As List(Of ExtendedSearchEntry)
) As Boolean
public:
virtual bool TrySearch(
String^ value,
MatchingOptions^ options,
[OutAttribute] List<ExtendedSearchEntry>^% entries
) sealed
abstract TrySearch :
value : string *
options : MatchingOptions *
entries : List<ExtendedSearchEntry> byref -> bool
override TrySearch :
value : string *
options : MatchingOptions *
entries : List<ExtendedSearchEntry> byref -> bool
- value String
- Value to look for.
- options MatchingOptions
- Matching options to use.
- entries ListExtendedSearchEntry
-
Receives the search results. If search cannot be done (for example, if the region is empty) then receives .
Boolean if any entries are found.
IRegionWithExtendedSearchTrySearch(String, MatchingOptions, ListExtendedSearchEntry)