NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IHelpService.AddContextAttribute

[To be supplied.]

Overload List

Adds a context attribute to the document. Context attributes are used to provide context-sensitive help to users. The designer host will automatically add context attributes from available help attributes on selected components and properties. This method allows you to further customize the context-sensitive help.

[Visual Basic] Overloads Sub AddContextAttribute(String, String, Boolean)
[C#] void AddContextAttribute(String, String, bool);
[C++] void AddContextAttribute(String*, String*, bool) = 0;
[JScript] function AddContextAttribute(String, String, Boolean);

Adds a context attribute to the document. Context attributes are used to provide context-sensitive help to users. The designer host will automatically add context attributes from available help attributes on selected components and properties. This method allows you to further customize the context-sensitive help.

[Visual Basic] Overloads Sub AddContextAttribute(String, String, HelpKeywordType)
[C#] void AddContextAttribute(String, String, HelpKeywordType);
[C++] void AddContextAttribute(String*, String*, HelpKeywordType) = 0;
[JScript] function AddContextAttribute(String, String, HelpKeywordType);

See Also

IHelpService Interface | IHelpService Members | System.ComponentModel.Design Namespace