Application.GetHandleControlUpdatesOnMainThread 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
GetHandleControlUpdatesOnMainThread(BindableObject) | |
GetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>) |
GetHandleControlUpdatesOnMainThread(BindableObject)
public static bool GetHandleControlUpdatesOnMainThread (Xamarin.Forms.BindableObject element);
static member GetHandleControlUpdatesOnMainThread : Xamarin.Forms.BindableObject -> bool
Parameters
- element
- BindableObject
The element on which to perform the operation.
Returns
System.Boolean
Applies to
GetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>)
public static bool GetHandleControlUpdatesOnMainThread (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Application> config);
static member GetHandleControlUpdatesOnMainThread : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Application> -> bool
Parameters
The platform configuration for the element on which to perform the operation.
Returns
System.Boolean