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
)
매개 변수
- f1Keyword
유형: System.String
The keyword of the Help topic to display.