RenderWithAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将视图与呈现器相关联。
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RenderWithAttribute : Attribute
type RenderWithAttribute = class
inherit Attribute
- 继承
-
System.AttributeRenderWithAttribute
- 属性
-
System.AttributeUsageAttribute
注解
使用视图的呈现器松散地使视图变得松散。
构造函数
RenderWithAttribute(Type, Type[]) |
将视图与呈现器相关联。 |
RenderWithAttribute(Type) |
要呈现的视图。 |
属性
SupportedVisuals |
将视图与呈现器相关联。 |
Type |
此视图的呈现器。 |