ActionNameAttribute Klasse

Definition

Gibt den Namen einer Aktion an.

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
Vererbung
ActionNameAttribute
Attribute

Konstruktoren

ActionNameAttribute(String)

Initialisiert eine neue Instanz von ActionNameAttribute.

Eigenschaften

Name

Ruft den Namen der Aktion ab.

Gilt für: