'宣言 Public Overloads Function Find( _ ByVal searchString As String, _ ByVal options As FindOptions, _ ByRef currentIndex As Integer, _ ByRef currentOffset As Single _ ) As FindResult
public FindResult Find( string searchString, FindOptions options, ref int currentIndex, ref float currentOffset )
パラメータ
- searchString
- 検索する文字列。
- options
- 検索する方向。
- currentIndex
- ページコレクションのゼロベースのインデックス。
- currentOffset
- テキスト文字列の現在のオフセット。