TextMatchType

TextMatchType enumeration

文字列でテキスト一致タイプを指定します。

public enum TextMatchType

名前 価値 説明
Exact 0 テキストは値と完全に一致します。
StartsWith 1 テキストは値で始まります.
EndsWith 2 テキストは値で終わります。
Contains 3 テキストには値が含まれます。

関連項目