次の方法で共有


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

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

適用対象