NonControllerAttribute Třída

Definice

Označuje, že typ a všechny odvozené typy, na které je tento atribut použit, nejsou považovány za kontroler výchozím mechanismem zjišťování kontroleru.

public ref class NonControllerAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class NonControllerAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type NonControllerAttribute = class
    inherit Attribute
Public NotInheritable Class NonControllerAttribute
Inherits Attribute
Dědičnost
NonControllerAttribute
Atributy

Konstruktory

NonControllerAttribute()

Označuje, že typ a všechny odvozené typy, na které je tento atribut použit, nejsou považovány za kontroler výchozím mechanismem zjišťování kontroleru.

Platí pro