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

이 특성이 제공하는 도움말 키워드를 가져옵니다.

적용 대상