FlexReport for WinForms
FindNextAsync メソッド (C1TextSearchManager)


C1.Document アセンブリ > C1.Document 名前空間 > C1TextSearchManager クラス : FindNextAsync メソッド
C1FoundPosition object defines the position from which the search should be started.
Whether to throw an exception if a document access error occurred while searching.
Non-blocking (asynchronous) version of the FindNext method.
シンタックス
'宣言
 
Public Function FindNextAsync( _
   ByVal foundPosition As C1FoundPosition, _
   ByVal throwException As System.Boolean _
) As System.Threading.Tasks.Task(Of C1FoundPosition)
'使用法
 
Dim instance As C1TextSearchManager
Dim foundPosition As C1FoundPosition
Dim throwException As System.Boolean
Dim value As System.Threading.Tasks.Task(Of C1FoundPosition)
 
value = instance.FindNextAsync(foundPosition, throwException)
public System.Threading.Tasks.Task<C1FoundPosition> FindNextAsync( 
   C1FoundPosition foundPosition,
   System.bool throwException
)

パラメータ

foundPosition
C1FoundPosition object defines the position from which the search should be started.
throwException
Whether to throw an exception if a document access error occurred while searching.

戻り値の型

Asynchronous object representing the found text position.
参照

参照

C1TextSearchManager クラス
C1TextSearchManager メンバ