Registrar<TRegistrable>.Register Method

Definition

Overloads

Register(Type, Type)

For internal use by the Xamarin.Forms platform.

Register(Type, Type, Type[])

For internal use by the Xamarin.Forms platform.

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

Register(Type, Type)

For internal use by the Xamarin.Forms platform.

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

Parameters

tview
System.Type

For internal use by the Xamarin.Forms platform.

trender
System.Type

For internal use by the Xamarin.Forms platform.

Applies to

Register(Type, Type, Type[])

For internal use by the Xamarin.Forms platform.

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

Parameters

tview
System.Type

For internal use by the Xamarin.Forms platform.

trender
System.Type

For internal use by the Xamarin.Forms platform.

supportedVisual
System.Type[]

Applies to

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

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

Parameters

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

Applies to