FlexReport for WPF
FindNextAsync メソッド (C1TextSearchManager)


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス : FindNextAsync メソッド
検索を開始する位置を定義する C1FoundPositionオブジェクト。
FindNext()メソッドの非ブロック(非同期)バージョン。
シンタックス
'宣言
 
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オブジェクト。
throwException

戻り値の型

見つかったテキストの位置を表す非同期のオブジェクト。
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ