次の方法で共有


HelpContextAttribute コンストラクター (String, String, String)

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

名前空間:  Microsoft.SqlServer.Dts.Design
アセンブリ:  Microsoft.SqlServer.Dts.Design (Microsoft.SqlServer.Dts.Design.dll)

構文

'宣言
Public Sub New ( _
    helpCollection As String, _
    helpFilter As String, _
    f1Keyword As String _
)
'使用
Dim helpCollection As String 
Dim helpFilter As String 
Dim f1Keyword As String 

Dim instance As New HelpContextAttribute(helpCollection, _
    helpFilter, f1Keyword)
public HelpContextAttribute(
    string helpCollection,
    string helpFilter,
    string f1Keyword
)
public:
HelpContextAttribute(
    String^ helpCollection, 
    String^ helpFilter, 
    String^ f1Keyword
)
new : 
        helpCollection:string * 
        helpFilter:string * 
        f1Keyword:string -> HelpContextAttribute
public function HelpContextAttribute(
    helpCollection : String, 
    helpFilter : String, 
    f1Keyword : String
)

パラメーター

  • helpCollection
    型: System.String
    ヘルプの取得元となるヘルプ コレクションです。
  • helpFilter
    型: System.String
    ヘルプに適用されるフィルターです。
  • f1Keyword
    型: System.String
    表示するヘルプ トピックのキーワードです。

関連項目

参照

HelpContextAttribute クラス

HelpContextAttribute オーバーロード

Microsoft.SqlServer.Dts.Design 名前空間