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!

HelpAttribute Class

Specifies Help file and Help topic for a property or event. A visual designer can use this information to provide help for the member.

Object
   Attribute
      MemberAttribute
         HelpAttribute

[Visual Basic]
Public Class HelpAttribute
   Inherits MemberAttribute
[C#]
public class HelpAttribute : MemberAttribute
[C++]
public __gc class HelpAttribute : public MemberAttribute
[JScript]
public class HelpAttribute extends MemberAttribute

Remarks

Use the URL property to get the URL of the Help file associated with this member. Use the Topic property to get the name of the Help topic.

For more information, see TBD and TBD.

Requirements

Namespace: System.ComponentModel

Assembly: System.dll

See Also

System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor | EventDescriptor