NonHandlerAttribute Klasse

Definition

Gibt an, dass die Zielmethode keine Seitenhandlermethode ist.

public ref class NonHandlerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public class NonHandlerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)>]
type NonHandlerAttribute = class
    inherit Attribute
Public Class NonHandlerAttribute
Inherits Attribute
Vererbung
NonHandlerAttribute
Attribute

Konstruktoren

NonHandlerAttribute()

Gibt an, dass die Zielmethode keine Seitenhandlermethode ist.

Gilt für: