NSTextFinderAction 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public enum NSTextFinderAction
type NSTextFinderAction =
- 继承
-
NSTextFinderAction
字段
名称 | 值 | 说明 |
---|---|---|
ShowFindInterface | 1 | |
NextMatch | 2 | |
PreviousMatch | 3 | |
ReplaceAll | 4 | |
Replace | 5 | |
ReplaceAndFind | 6 | |
SetSearchString | 7 | |
ReplaceAllInSelection | 8 | |
SelectAll | 9 | |
SelectAllInSelection | 10 | |
HideFindInterface | 11 | |
ShowReplaceInterface | 12 | |
HideReplaceInterface | 13 |