AdvancedViewHelpKeyWordAttribute Class

Definition

Displays the advanced view of the context keyword for a class or member.

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

Constructors

AdvancedViewHelpKeyWordAttribute(String)

Initializes an instance of the AdvancedViewHelpKeyWordAttribute class with the specified Help keyword.

Properties

KeyWord

Returns a Help keyword that corresponds to the current context.

Applies to