ActionNameAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Especifica o nome de uma ação.
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
- Herança
-
ActionNameAttribute
- Atributos
Construtores
ActionNameAttribute(String) |
Inicializa uma nova instância ActionNameAttribute. |
Propriedades
Name |
Obtém o nome da ação. |