HelpContextAttribute 생성자 (String, String, String)

Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters.

네임스페이스:  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
    The Help collection from which to retrieve the Help.
  • helpFilter
    유형: System.String
    The filter applied to the Help.
  • f1Keyword
    유형: System.String
    The keyword of the Help topic to display.

참고 항목

참조

HelpContextAttribute 클래스

HelpContextAttribute 오버로드

Microsoft.SqlServer.Dts.Design 네임스페이스