HelpContextAttribute 생성자

정의

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

표시할 도움말 항목의 키워드입니다.

적용 대상