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

Nom Description
ActionNameAttribute(String)

Initialise une nouvelle instance de ActionNameAttribute.

Propriétés

Nom Description
Name

Obtient le nom de l'action.

S’applique à