ViewComponentAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指示 类和所有子类都是视图组件。 (可选)指定视图组件的名称。 如果为多个视图组件定义基类,请将此属性与该基组件相关联。
public ref class ViewComponentAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public class ViewComponentAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)>]
type ViewComponentAttribute = class
inherit Attribute
Public Class ViewComponentAttribute
Inherits Attribute
- 继承
-
ViewComponentAttribute
- 属性
构造函数
ViewComponentAttribute() |
指示 类和所有子类都是视图组件。 (可选)指定视图组件的名称。 如果为多个视图组件定义基类,请将此属性与该基组件相关联。 |
属性
Name |
获取或设置视图组件的名称。 不要在与视图组件基类关联的属性中提供名称。 |