HelpKeywordType 列舉

定義

定義標識碼,指出 Help 關鍵詞的類型。

public enum class HelpKeywordType
public enum HelpKeywordType
type HelpKeywordType = 
Public Enum HelpKeywordType
繼承
HelpKeywordType

欄位

名稱 Description
F1Keyword 0

F1 因此被迫求助。

GeneralKeyword 1

一個通用關鍵字。

FilterKeyword 2

篩選關鍵字。

備註

HelpKeywordType 定義了指示幫助關鍵字類型的識別碼,供說明系統使用。 任何或所有關鍵字類型識別碼都可以針對單一關鍵字指定。 幫助關鍵字的類型有時用於幫助系統決定要顯示的幫助主題。

適用於