FlexReport for WPF
FindNextAsyncEx メソッド (C1TextSearchManager)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス : FindNextAsyncEx メソッド
検索を開始する位置を定義する C1FoundPosition オブジェクト。
検索中にドキュメントのアクセスエラーが発生した場合に例外を生成するかどうか。
FindNext メソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
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 オブジェクト。
throwException
検索中にドキュメントのアクセスエラーが発生した場合に例外を生成するかどうか。

戻り値の型

非同期操作を管理するために使用できる IAsyncOperationWithProgress<TResult,TProgress> インタフェース。
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ