HelpContextAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the HelpContextAttribute class.
Overloads
HelpContextAttribute(String) |
Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter. |
HelpContextAttribute(String, String, String) |
Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters. |
HelpContextAttribute(String)
Initializes a new instance of the HelpContextAttribute class by using an F1 keyword parameter.
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)
Parameters
- f1Keyword
- String
The keyword of the Help topic to display.
Applies to
HelpContextAttribute(String, String, String)
Initializes a new instance of the HelpContextAttribute class by using the F1 keyword, collection, and filter parameters.
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)
Parameters
- helpCollection
- String
The Help collection from which to retrieve the Help.
- helpFilter
- String
The filter applied to the Help.
- f1Keyword
- String
The keyword of the Help topic to display.