言語

HelpContextAttribute コンストラクター

定義

HelpContextAttribute クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
HelpContextAttribute(String)

F1キーワードパラメータを用いて HelpContextAttribute クラスの新しいインスタンスを初期化します。

HelpContextAttribute(String, String, String)

F1キーワード、コレクション、フィルターパラメータを用いて新しいインスタンス HelpContextAttribute クラスを初期化します。

HelpContextAttribute(String)

F1キーワードパラメータを用いて HelpContextAttribute クラスの新しいインスタンスを初期化します。

public:
 HelpContextAttribute(System::String ^ f1Keyword);
public HelpContextAttribute(string f1Keyword);
new Microsoft.SqlServer.Dts.Design.HelpContextAttribute : string -> Microsoft.SqlServer.Dts.Design.HelpContextAttribute
Public Sub New (f1Keyword As String)

パラメーター

f1Keyword
String

表示するヘルプ トピックのキーワード。

適用対象

HelpContextAttribute(String, String, String)

F1キーワード、コレクション、フィルターパラメータを用いて新しいインスタンス HelpContextAttribute クラスを初期化します。

public:
 HelpContextAttribute(System::String ^ helpCollection, System::String ^ helpFilter, System::String ^ f1Keyword);
public HelpContextAttribute(string helpCollection, string helpFilter, string f1Keyword);
new Microsoft.SqlServer.Dts.Design.HelpContextAttribute : string * string * string -> Microsoft.SqlServer.Dts.Design.HelpContextAttribute
Public Sub New (helpCollection As String, helpFilter As String, f1Keyword As String)

パラメーター

helpCollection
String

ヘルプを取り出すためのヘルプコレクション。

helpFilter
String

フィルターはヘルプに適用されました。

f1Keyword
String

表示するヘルプ トピックのキーワード。

適用対象