HelpKeywordAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
HelpKeywordAttribute クラスの新しいインスタンスを初期化します。
オーバーロード
HelpKeywordAttribute() |
HelpKeywordAttribute クラスの新しいインスタンスを初期化します。 |
HelpKeywordAttribute(String) |
HelpKeywordAttribute クラスの新しいインスタンスを初期化します。 |
HelpKeywordAttribute(Type) |
特定の型の HelpKeywordAttribute クラスの新しいインスタンスを初期化します。 |
HelpKeywordAttribute()
HelpKeywordAttribute クラスの新しいインスタンスを初期化します。
public:
HelpKeywordAttribute();
public HelpKeywordAttribute ();
Public Sub New ()
適用対象
HelpKeywordAttribute(String)
HelpKeywordAttribute クラスの新しいインスタンスを初期化します。
public:
HelpKeywordAttribute(System::String ^ keyword);
public HelpKeywordAttribute (string keyword);
new System.ComponentModel.Design.HelpKeywordAttribute : string -> System.ComponentModel.Design.HelpKeywordAttribute
Public Sub New (keyword As String)
パラメーター
- keyword
- String
ヘルプ キーワード値。
例外
keyword
が null
です。
適用対象
HelpKeywordAttribute(Type)
特定の型の HelpKeywordAttribute クラスの新しいインスタンスを初期化します。
public:
HelpKeywordAttribute(Type ^ t);
public HelpKeywordAttribute (Type t);
new System.ComponentModel.Design.HelpKeywordAttribute : Type -> System.ComponentModel.Design.HelpKeywordAttribute
Public Sub New (t As Type)
パラメーター
- t
- Type
ヘルプ キーワードの取得元となる型。
例外
t
が null
です。
注釈
ヘルプ キーワード (keyword)は の t
プロパティにFullName設定されます。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET