Freigeben über


IHelpService.AddContextAttribute-Methode

Fügt dem Dokument ein Kontextattribut hinzu.

Namespace: System.ComponentModel.Design
Assembly: System (in system.dll)

Syntax

'Declaration
Sub AddContextAttribute ( _
    name As String, _
    value As String, _
    keywordType As HelpKeywordType _
)
'Usage
Dim instance As IHelpService
Dim name As String
Dim value As String
Dim keywordType As HelpKeywordType

instance.AddContextAttribute(name, value, keywordType)
void AddContextAttribute (
    string name,
    string value,
    HelpKeywordType keywordType
)
void AddContextAttribute (
    String^ name, 
    String^ value, 
    HelpKeywordType keywordType
)
void AddContextAttribute (
    String name, 
    String value, 
    HelpKeywordType keywordType
)
function AddContextAttribute (
    name : String, 
    value : String, 
    keywordType : HelpKeywordType
)

Parameter

  • name
    Der Name des hinzuzufügenden Attributs.
  • value
    Der Wert des Attributs.
  • keywordType
    Der Typ des Schlüsselwortes aus der HelpKeywordType-Enumeration.

Hinweise

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

Plattformen

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework unterstützt nicht alle Versionen sämtlicher Plattformen. Eine Liste der unterstützten Versionen finden Sie unter Systemanforderungen.

Versionsinformationen

.NET Framework

Unterstützt in: 2.0, 1.1, 1.0

Siehe auch

Referenz

IHelpService-Schnittstelle
IHelpService-Member
System.ComponentModel.Design-Namespace
HelpKeywordType-Enumeration