RegisterServerHelpKeyWordAttribute 클래스

정의

클래스의 특성에 사용할 등록된 키워드를 나타냅니다.

public ref class RegisterServerHelpKeyWordAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RegisterServerHelpKeyWordAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type RegisterServerHelpKeyWordAttribute = class
    inherit Attribute
Public NotInheritable Class RegisterServerHelpKeyWordAttribute
Inherits Attribute
상속
RegisterServerHelpKeyWordAttribute
특성

생성자

RegisterServerHelpKeyWordAttribute(String)

지정한 도움말 키워드를 포함하는 RegisterServerHelpKeyWordAttribute 클래스의 새 인스턴스를 초기화합니다.

속성

KeyWord

특성의 지정한 키워드를 가져옵니다.

적용 대상