次の方法で共有


HelpKeywordType 列挙体

ヘルプ キーワードの種類を示す識別子を定義します。

名前空間: System.ComponentModel.Design
アセンブリ: System (system.dll 内)

構文

'宣言
Public Enumeration HelpKeywordType
'使用
Dim instance As HelpKeywordType
public enum HelpKeywordType
public enum class HelpKeywordType
public enum HelpKeywordType
public enum HelpKeywordType

メンバ

  メンバ名 説明
F1Keyword 関連するヘルプ情報を要求するために F1 キーが押されたキーワード。 
FilterKeyword フィルタ キーワード。 
GeneralKeyword 標準キーワード。 

解説

HelpKeywordType は、ヘルプ システムに対してヘルプ キーワードの種類を示す識別子を定義します。キーワードの種類を示す任意またはすべての識別子を 1 つのキーワードに対して指定できます。ヘルプ キーワードの種類は、ヘルプ システムがヘルプ要求に対して表示するヘルプ トピックを判断するために使用される場合があります。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

System.ComponentModel.Design 名前空間