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)

指定されたHelpキーワードで RegisterServerHelpKeyWordAttribute クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
KeyWord

属性の指定されたキーワードを取得します。

適用対象