Registrar<TRegistrable>.GetHandlerType Method

Definition

Overloads

GetHandlerType(Type)

For internal use by the Xamarin.Forms platform.

GetHandlerType(Type, Type)

For internal use by the Xamarin.Forms platform.

GetHandlerType(Type)

For internal use by the Xamarin.Forms platform.

public Type GetHandlerType (Type viewType);
member this.GetHandlerType : Type -> Type

Parameters

viewType
Type

For internal use by the Xamarin.Forms platform.

Returns

Type

For internal use by the Xamarin.Forms platform.

Applies to

GetHandlerType(Type, Type)

For internal use by the Xamarin.Forms platform.

public Type GetHandlerType (Type viewType, Type visualType);
member this.GetHandlerType : Type * Type -> Type

Parameters

viewType
Type

For internal use by the Xamarin.Forms platform.

visualType
Type

For internal use by the Xamarin.Forms platform.

Returns

Type

For internal use by the Xamarin.Forms platform.

Applies to