ITextRange.FindText(String, Int32, FindOptions) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
범위에서 특정 텍스트 문자열을 검색하고 있는 경우 문자열을 선택합니다.
public:
int FindText(Platform::String ^ value, int scanLength, FindOptions options);
int FindText(winrt::hstring const& value, int const& scanLength, FindOptions const& options);
public int FindText(string value, int scanLength, FindOptions options);
function findText(value, scanLength, options)
Public Function FindText (value As String, scanLength As Integer, options As FindOptions) As Integer
매개 변수
- value
-
String
Platform::String
winrt::hstring
검색할 텍스트 문자열입니다.
- scanLength
-
Int32
int
검색할 최대 문자 수입니다. 다음 중 하나일 수 있습니다.
- options
- FindOptions
텍스트 검색을 수행할 때 사용할 옵션입니다.
반환
Int32
int
일치하는 텍스트 문자열의 길이이거나 일치하는 문자열이 없는 경우 0입니다.