ActionNameAttribute 類別

定義

指定動作的名稱。

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
繼承
ActionNameAttribute
屬性

建構函式

ActionNameAttribute(String)

初始化新的 ActionNameAttribute 執行個體。

屬性

Name

取得動作的名稱。

適用於