Registrar<TRegistrable>.Register 方法

定义

重载

Register(Type, Type)

供 Xamarin.Forms 平台内部使用。

Register(Type, Type, Type[])

供 Xamarin.Forms 平台内部使用。

Register(Type, Type, Type[], Int16)

Register(Type, Type)

供 Xamarin.Forms 平台内部使用。

public void Register(Type tview, Type trender);
member this.Register : Type * Type -> unit

参数

tview
System.Type

供 Xamarin.Forms 平台内部使用。

trender
System.Type

供 Xamarin.Forms 平台内部使用。

适用于

Register(Type, Type, Type[])

供 Xamarin.Forms 平台内部使用。

public void Register(Type tview, Type trender, Type[] supportedVisual);
member this.Register : Type * Type * Type[] -> unit

参数

tview
System.Type

供 Xamarin.Forms 平台内部使用。

trender
System.Type

供 Xamarin.Forms 平台内部使用。

supportedVisual
System.Type[]

适用于

Register(Type, Type, Type[], Int16)

public void Register(Type tview, Type trender, Type[] supportedVisuals, short priority);
member this.Register : Type * Type * Type[] * int16 -> unit

参数

tview
System.Type
trender
System.Type
supportedVisuals
System.Type[]
priority
System.Int16

适用于