HelpContextAttribute コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
表示するヘルプ トピックのキーワード。