NonActionAttribute Sınıf

Tanım

Denetleyici yönteminin bir eylem yöntemi olmadığını gösterir.

public ref class NonActionAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class NonActionAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type NonActionAttribute = class
    inherit Attribute
Public NotInheritable Class NonActionAttribute
Inherits Attribute
Devralma
NonActionAttribute
Öznitelikler

Oluşturucular

NonActionAttribute()

Denetleyici yönteminin bir eylem yöntemi olmadığını gösterir.

Şunlara uygulanır