FindOptions Enum

Definition

Specifies the options to use when doing a text search.

This enumeration supports a bitwise combination of its member values.

public enum class FindOptions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FindOptions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FindOptions
var value = Windows.UI.Text.FindOptions.none
Public Enum FindOptions
Inheritance
FindOptions
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Fields

Case 4

Match case; that is, a case-sensitive search.

None 0

Use the default text search options; namely, use case- independent, arbitrary character boundaries.

Word 2

Match whole words.

Applies to

See also