HelpKeyWordAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
为类或成员指定上下文关键字。 此类不能被继承。
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 |
获取此属性提供的帮助关键字。 |