HelpContextAttribute 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HelpContextAttribute 類別的新執行個體。
多載
| 名稱 | Description |
|---|---|
| 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
說明主題的關鍵字要顯示。