NonViewComponentAttribute Třída

Definice

Označuje, že typ a všechny odvozené typy, na které je tento atribut použit, nejsou považovány za součást zobrazení ve výchozím mechanismu zjišťování komponent zobrazení.

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

Konstruktory

NonViewComponentAttribute()

Označuje, že typ a všechny odvozené typy, na které je tento atribut použit, nejsou považovány za součást zobrazení ve výchozím mechanismu zjišťování komponent zobrazení.

Platí pro