NonViewComponentAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |