ActionNameAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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. |