HelpKeyWordAttribute 类

定义

为类或成员指定上下文关键字。 此类不能被继承。

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
继承
HelpKeyWordAttribute
属性

构造函数

HelpKeyWordAttribute(String)

使用指定的帮助关键字初始化 HelpKeyWordAttribute 类的新实例。

属性

KeyWord

获取此属性提供的帮助关键字。

适用于