IIntegratedHelpService.AddContextAttribute 方法

定义

添加上下文特性。

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

适用于