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

작업의 이름을 가져옵니다.

적용 대상