RegionHolderTTrySearch Method
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.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
-
- options MatchingOptions
-
- entries ListExtendedSearchEntry
-
BooleanIRegionWithExtendedSearchTrySearch(String, MatchingOptions, ListExtendedSearchEntry)