'宣言 Public Function TextSearchAll( _ ByVal tsa As C1TextSearchArgs _ ) As C1TextFragment()
'使用法 Dim instance As C1PreviewPane Dim tsa As C1TextSearchArgs Dim value() As C1TextFragment value = instance.TextSearchAll(tsa)
public C1TextFragment[] TextSearchAll( C1TextSearchArgs tsa )
パラメータ
- tsa
- Text search arguments.
戻り値の型
True if at least one occurrence of the search text was found, false otherwise.