TextMatchType
TextMatchType enumeration
指定字符串中的文本匹配类型。
public enum TextMatchType
价值观
| 姓名 | 价值 | 描述 |
|---|---|---|
| Exact | 0 |
文本完全匹配值。 |
| StartsWith | 1 |
文本以值开头。 |
| EndsWith | 2 |
文本以值结尾。 |
| Contains | 3 |
文本包含值。 |
指定字符串中的文本匹配类型。
public enum TextMatchType
| 姓名 | 价值 | 描述 |
|---|---|---|
| Exact | 0 |
文本完全匹配值。 |
| StartsWith | 1 |
文本以值开头。 |
| EndsWith | 2 |
文本以值结尾。 |
| Contains | 3 |
文本包含值。 |