HelpContextAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 HelpContextAttribute 类的 HelpContextAttribute 属性。
public ref class HelpContextAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field, AllowMultiple=false)]
public sealed class HelpContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Field, AllowMultiple=false)>]
type HelpContextAttribute = class
inherit Attribute
Public NotInheritable Class HelpContextAttribute
Inherits Attribute
- 继承
-
HelpContextAttribute
- 属性
注解
属性使程序员能够将自定义信息附加到各种程序实体,并在运行时环境中检索属性信息。 在运行时中,自定义属性(如 HelpContextAttribute)允许你使用此属性来指示和显示应用程序的上下文敏感帮助。
继承HelpContextAttribute自 Microsoft .NET Framework中的属性类。
构造函数
HelpContextAttribute(String) |
通过使用 F1 关键字参数初始化 HelpContextAttribute 类的新实例。 |
HelpContextAttribute(String, String, String) |
通过使用 F1 关键字、集合和筛选器参数初始化 HelpContextAttribute 类的新实例。 |
属性
F1Keyword |
获取或设置一个字符串,其中包含在查找帮助中使用的关键字。 |
HelpCollection |
获取或设置包含从中检索帮助的帮助集合的字符串。 |
HelpFilter |
获取或设置一个字符串,其中包含用于缩小帮助集合中搜索范围的任何筛选器。 |