AdvancedViewHelpKeyWordAttribute 类

定义

显示类或成员上下文关键词的高级视图。

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

构造函数

名称 说明
AdvancedViewHelpKeyWordAttribute(String)

用指定的帮助关键字初始化该 AdvancedViewHelpKeyWordAttribute 类的实例。

属性

名称 说明
KeyWord

返回与当前上下文对应的帮助关键词。

适用于