Registrar<TRegistrable>.GetHandler 方法

定义

重载

GetHandler<TOut>(Type)

供 Xamarin.Forms 平台内部使用。

GetHandler<TOut>(Type, Object[])

供 Xamarin.Forms 平台内部使用。

GetHandler<TOut>(Type)

供 Xamarin.Forms 平台内部使用。

public TOut GetHandler<TOut> (Type type) where TOut : class, TRegistrable;
member this.GetHandler : Type -> 'Out

类型参数

TOut

供 Xamarin.Forms 平台内部使用。

参数

type
System.Type

供 Xamarin.Forms 平台内部使用。

返回

TOut

供 Xamarin.Forms 平台内部使用。

适用于

GetHandler<TOut>(Type, Object[])

供 Xamarin.Forms 平台内部使用。

public TOut GetHandler<TOut> (Type type, params object[] args) where TOut : class, TRegistrable;
member this.GetHandler : Type * obj[] -> 'Out

类型参数

TOut

供 Xamarin.Forms 平台内部使用。

参数

type
System.Type

供 Xamarin.Forms 平台内部使用。

args
System.Object[]

供 Xamarin.Forms 平台内部使用。

返回

TOut

供 Xamarin.Forms 平台内部使用。

适用于