NonViewComponentAttribute Class

Definition

Indicates that the type and any derived types that this attribute is applied to is not considered a view component by the default view component discovery mechanism.

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
Inheritance
NonViewComponentAttribute
Attributes

Constructors

NonViewComponentAttribute()

Applies to