| SimpleSelectorType 枚举 | 
[缺少 "T:CPF.Styling.SimpleSelectorType" 的 <summary> 文档]
命名空间: CPF.Styling
 语法
语法public enum SimpleSelectorType
 成员
成员| 成员名称 | 值 | 说明 | |
|---|---|---|---|
| All | 0 | ||
| PseudoElement | 1 | ||
| PseudoClass | 2 | ||
| Class | 3 | ||
| Id | 4 | ||
| AttributeUnmatched | 5 | ||
| AttributeMatch | 6 | ||
| AttributeNegatedMatch | 7 | ||
| AttributeSpaceSeparated | 8 | ||
| AttributeStartsWith | 9 | ||
| AttributeEndsWith | 10 | ||
| AttributeContains | 11 | ||
| AttributeDashSeparated | 12 | ||
| Type | 13 | 
 参见
参见