FindOptions 列挙型

定義

テキスト検索を行うときに使用するオプションを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
FindOptions
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Case 4

大文字と小文字を区別します。つまり、大文字と小文字を区別する検索です。

None 0

既定のテキスト検索オプションを使用します。つまり、ユース ケースに依存しない任意の文字境界です。

Word 2

単語全体に一致します。

適用対象

こちらもご覧ください