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, содержащий идентификаторы, указывающие тип ключевого слова справки.

Применяется к