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,其中包含指示帮助关键字类型的标识符。