Share via


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

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

適用対象