NonViewComponentAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示默认视图组件发现机制不会将应用此属性的类型和任何派生类型视为视图组件。
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
- 继承
-
NonViewComponentAttribute
- 属性
构造函数
NonViewComponentAttribute() |
指示默认视图组件发现机制不会将应用此属性的类型和任何派生类型视为视图组件。 |