HelpKeyWordAttribute Class

Definition

Specifies the context keyword for a class or member. This class cannot be inherited.

public ref class HelpKeyWordAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class HelpKeyWordAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type HelpKeyWordAttribute = class
    inherit Attribute
Public NotInheritable Class HelpKeyWordAttribute
Inherits Attribute
Inheritance
HelpKeyWordAttribute
Attributes

Constructors

HelpKeyWordAttribute(String)

Initializes a new instance of the HelpKeyWordAttribute class with the specified Help keyword.

Properties

KeyWord

Gets the Help keyword supplied by this attribute.

Applies to