Registrar<TRegistrable>.GetHandlerForObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetHandlerForObject<TOut>(Object) |
For internal use by the Xamarin.Forms platform. |
GetHandlerForObject<TOut>(Object, Object[]) |
For internal use by the Xamarin.Forms platform. |
GetHandlerForObject<TOut>(Object)
For internal use by the Xamarin.Forms platform.
public TOut GetHandlerForObject<TOut> (object obj) where TOut : class, TRegistrable;
member this.GetHandlerForObject : obj -> 'Out
Type Parameters
- TOut
For internal use by the Xamarin.Forms platform.
Parameters
- obj
- System.Object
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.
Applies to
GetHandlerForObject<TOut>(Object, Object[])
For internal use by the Xamarin.Forms platform.
public TOut GetHandlerForObject<TOut> (object obj, params object[] args) where TOut : class, TRegistrable;
member this.GetHandlerForObject : obj * obj[] -> 'Out
Type Parameters
- TOut
For internal use by the Xamarin.Forms platform.
Parameters
- obj
- System.Object
For internal use by the Xamarin.Forms platform.
- args
- System.Object[]
For internal use by the Xamarin.Forms platform.
Returns
For internal use by the Xamarin.Forms platform.