HelpKeywordType 枚举
定义
定义用于指示帮助关键字类型的标识符。Defines identifiers that indicate the type of a Help keyword.
public enum class HelpKeywordType
public enum HelpKeywordType
type HelpKeywordType =
Public Enum HelpKeywordType
- 继承
字段
| F1Keyword | 0 | 按 F1 请求其帮助的关键字。A keyword that F1 was pressed to request help about. |
| FilterKeyword | 2 | 筛选关键字。A filter keyword. |
| GeneralKeyword | 1 | 常规关键字。A general keyword. |
注解
HelpKeywordType 定义指示帮助系统的帮助关键字类型的标识符。HelpKeywordType defines identifiers that indicate the type of a Help keyword to the Help system. 可以为单个关键字指定 Any 或 all 关键字类型的标识符。Any or all of the keyword type identifiers can be specified for a single keyword. 当帮助系统正在确定为帮助请求显示的帮助主题时,有时会使用帮助关键字的类型。The type of a Help keyword is sometimes used when the Help system is determining the Help topics to display for a Help request.