IIntegratedHelpService.AddContextAttribute 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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。