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

获取操作的名称。

适用于