FlexReport for WinForms
FindNextAsyncEx メソッド (C1TextSearchManager)


C1.Document アセンブリ > C1.Document 名前空間 > C1TextSearchManager クラス : FindNextAsyncEx メソッド
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 FindNextAsyncEx( _
   ByVal initialPosition As C1FoundPosition, _
   ByVal throwException As System.Boolean _
) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
'使用法
 
Dim instance As C1TextSearchManager
Dim initialPosition As C1FoundPosition
Dim throwException As System.Boolean
Dim value As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
 
value = instance.FindNextAsyncEx(initialPosition, throwException)

パラメータ

initialPosition
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.

戻り値の型

The IAsyncOperationWithProgress<TResult,TProgress> interface that can be used to manage asynchronous operation.
参照

参照

C1TextSearchManager クラス
C1TextSearchManager メンバ