Sdílet prostřednictvím


Registrar<TRegistrable>.GetHandler Metoda

Definice

Přetížení

GetHandler<TOut>(Type)

Pro interní použití v Xamarinu. Forms platformu.

GetHandler<TOut>(Type, Object[])

Pro interní použití v Xamarinu. Forms platformu.

GetHandler<TOut>(Type)

Pro interní použití v Xamarinu. Forms platformu.

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

Parametry typu

TOut

Pro interní použití v Xamarinu. Forms platformu.

Parametry

type
System.Type

Pro interní použití v Xamarinu. Forms platformu.

Návraty

TOut

Pro interní použití v Xamarinu. Forms platformu.

Platí pro

GetHandler<TOut>(Type, Object[])

Pro interní použití v Xamarinu. Forms platformu.

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

Parametry typu

TOut

Pro interní použití v Xamarinu. Forms platformu.

Parametry

type
System.Type

Pro interní použití v Xamarinu. Forms platformu.

args
System.Object[]

Pro interní použití v Xamarinu. Forms platformu.

Návraty

TOut

Pro interní použití v Xamarinu. Forms platformu.

Platí pro