FlexReport for WPF
FindStartAsyncEx(Int32,SearchScope,C1FindTextParams,Boolean) メソッド


C1.WPF.Document.4.6.2 アセンブリ > C1.WPF.Document 名前空間 > C1TextSearchManager クラス > FindStartAsyncEx メソッド : FindStartAsyncEx(Int32,SearchScope,C1FindTextParams,Boolean) メソッド
検索を開始するページの 0 から始まるインデックス。
検索範囲。
テキスト検索のパラメータ。
検索中に文書アクセスエラーが発生した場合に例外をスローするかどうかを示す値。
FindStart(Int32,SearchScope,C1FindTextParams)メソッドの非ブロック(非同期)バージョンです。
シンタックス
'宣言
 
Public Overloads Function FindStartAsyncEx( _
   ByVal startPageIndex As System.Integer, _
   ByVal scope As SearchScope, _
   ByVal findParams As C1FindTextParams, _
   ByVal throwException As System.Boolean _
) As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
'使用法
 
Dim instance As C1TextSearchManager
Dim startPageIndex As System.Integer
Dim scope As SearchScope
Dim findParams As C1FindTextParams
Dim throwException As System.Boolean
Dim value As IAsyncOperationWithProgress(Of C1FoundPosition,Double)
 
value = instance.FindStartAsyncEx(startPageIndex, scope, findParams, throwException)
public IAsyncOperationWithProgress<C1FoundPosition,double> FindStartAsyncEx( 
   System.int startPageIndex,
   SearchScope scope,
   C1FindTextParams findParams,
   System.bool throwException
)

パラメータ

startPageIndex
検索を開始するページの 0 から始まるインデックス。
scope
検索範囲。
findParams
テキスト検索のパラメータ。
throwException
検索中に文書アクセスエラーが発生した場合に例外をスローするかどうかを示す値。

戻り値の型

非同期操作の管理に使用できる%IAsyncOperationWithProgress<C1FoundPosition, double>%インタフェース。
参照

C1TextSearchManager クラス
C1TextSearchManager メンバ
オーバーロード一覧