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

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

适用于