IHelpService.AddContextAttribute(String, String, HelpKeywordType) Methode

Definition

Fügt dem Dokument ein Kontextattribut hinzu.

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)

Parameter

name
String

Der Name des hinzuzufügenden Attributs.

value
String

Der Wert des Attributs.

keywordType
HelpKeywordType

Der Typ des Schlüsselwortes aus der HelpKeywordType-Enumeration.

Hinweise

Kontextattribute werden verwendet, um Benutzern kontextbezogene Hilfe bereitzustellen. Der Designerhost fügt automatisch Kontextattribute aus verfügbaren Hilfeattributen zu bestimmten Komponenten und Eigenschaften hinzu. Mit dieser Methode können Sie die kontextbezogene Hilfe weiter anpassen.

Gilt für:

Weitere Informationen