ActionNameAttribute クラス

定義

アクションの名前を指定します。

public ref class ActionNameAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class ActionNameAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type ActionNameAttribute = class
    inherit Attribute
Public NotInheritable Class ActionNameAttribute
Inherits Attribute
継承
ActionNameAttribute
属性

コンストラクター

ActionNameAttribute(String)

新しい ActionNameAttribute インスタンスを初期化します。

プロパティ

Name

アクションの名前を取得します。

適用対象