IHelpService.AddContextAttribute(String, String, HelpKeywordType) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
加入內容屬性至文件。
public:
void AddContextAttribute(System::String ^ name, System::String ^ value, System::ComponentModel::Design::HelpKeywordType keywordType);
public void AddContextAttribute (string name, string value, System.ComponentModel.Design.HelpKeywordType keywordType);
abstract member AddContextAttribute : string * string * System.ComponentModel.Design.HelpKeywordType -> unit
Public Sub AddContextAttribute (name As String, value As String, keywordType As HelpKeywordType)
參數
- name
- String
要加入的屬性名稱。
- value
- String
屬性的值。
- keywordType
- HelpKeywordType
關鍵字的型別,來自列舉型別 HelpKeywordType。
備註
內容屬性可用來提供內容相關說明給使用者。 設計工具主機會自動從特定元件和屬性上的可用說明屬性新增內容屬性。 這個方法可讓您進一步自定義內容相關說明。