Document Library for WinForms
FindNextAsync メソッド (C1TextSearchManager)

C1.Win.Document.6 アセンブリ > C1.Win.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)
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 メンバ