RenderWithAttribute 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
RenderWithAttribute(Type) |
要呈现的视图。 |
RenderWithAttribute(Type, Type[]) |
RenderWithAttribute(Type)
要呈现的视图。
public RenderWithAttribute (Type type);
new Xamarin.Forms.RenderWithAttribute : Type -> Xamarin.Forms.RenderWithAttribute
参数
- type
- System.Type
要呈现的视图。
注解
要呈现的视图。
适用于
RenderWithAttribute(Type, Type[])
public RenderWithAttribute (Type type, Type[] supportedVisuals);
new Xamarin.Forms.RenderWithAttribute : Type * Type[] -> Xamarin.Forms.RenderWithAttribute
参数
- type
- System.Type
- supportedVisuals
- System.Type[]