RenderWithAttribute 构造函数

定义

重载

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[]

适用于