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

要显示的帮助主题的关键字。

适用于