Konstruktor HelpContextAttribute (String, String, String)
Inicjuje nowe wystąpienie HelpContextAttribute klasy przy użyciu słowa kluczowego F1 kolekcjai przefiltrować parametry.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Design
Zestaw: Microsoft.SqlServer.Dts.Design (w Microsoft.SqlServer.Dts.Design.dll)
Składnia
'Deklaracja
Public Sub New ( _
helpCollection As String, _
helpFilter As String, _
f1Keyword As String _
)
'Użycie
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
)
Parametry
- helpCollection
Typ: System.String
Kolekcja pomocy, z której należy pobrać Pomoc.
- helpFilter
Typ: System.String
Filtr zastosowany do pomocy.
- f1Keyword
Typ: System.String
Słowo kluczowe tematu pomocy, aby wyświetlić.