HelpContextAttribute 建構函式 (String)

Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.

命名空間:  Microsoft.SqlServer.Dts.Design
組件:  Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)

語法

'宣告
Public Sub New ( _
    f1Keyword As String _
)
'用途
Dim f1Keyword As String

Dim instance As New HelpContextAttribute(f1Keyword)
public HelpContextAttribute(
    string f1Keyword
)
public:
HelpContextAttribute(
    String^ f1Keyword
)
new : 
        f1Keyword:string -> HelpContextAttribute
public function HelpContextAttribute(
    f1Keyword : String
)

參數