RichEditTextRange.FindText(String, Int32, FindOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int FindText(Platform::String ^ value, int scanLength, FindOptions options) = FindText;
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
Parameters
- value
-
String
Platform::String
winrt::hstring
- scanLength
-
Int32
int
- options
- FindOptions
Returns
int