'宣言 Public Function FindPreviousAsync( _ 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.FindPreviousAsync(foundPosition, throwException)
public System.Threading.Tasks.Task<C1FoundPosition> FindPreviousAsync( C1FoundPosition foundPosition, System.bool throwException )
パラメータ
- foundPosition
- 検索を開始する位置を定義する C1FoundPositionオブジェクト。
- throwException
戻り値の型
見つかったテキストの位置を表す非同期のオブジェクト。