ActionNameAttribute Classe

Définition

Spécifie le nom d’une action.

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
Héritage
ActionNameAttribute
Attributs

Constructeurs

ActionNameAttribute(String)

Initialise une nouvelle instance de ActionNameAttribute.

Propriétés

Name

Obtient le nom de l'action.

S’applique à