Application.SetHandleControlUpdatesOnMainThread 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
SetHandleControlUpdatesOnMainThread(BindableObject, Boolean) | |
SetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>, Boolean) |
SetHandleControlUpdatesOnMainThread(BindableObject, Boolean)
- Source:
- Application.cs
- Source:
- Application.cs
public:
static void SetHandleControlUpdatesOnMainThread(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetHandleControlUpdatesOnMainThread (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetHandleControlUpdatesOnMainThread : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetHandleControlUpdatesOnMainThread (element As BindableObject, value As Boolean)
Parameters
- element
- BindableObject
The element on which to perform the operation.
- value
- Boolean
Applies to
SetHandleControlUpdatesOnMainThread(IPlatformElementConfiguration<iOS,Application>, Boolean)
- Source:
- Application.cs
- Source:
- Application.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Application ^> ^ SetHandleControlUpdatesOnMainThread(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Application ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Application> SetHandleControlUpdatesOnMainThread (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Application> config, bool value);
static member SetHandleControlUpdatesOnMainThread : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Application> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Application>
<Extension()>
Public Function SetHandleControlUpdatesOnMainThread (config As IPlatformElementConfiguration(Of iOS, Application), value As Boolean) As IPlatformElementConfiguration(Of iOS, Application)
Parameters
The platform configuration for the element on which to perform the operation.
- value
- Boolean
Returns
A fluent object on which the developer may make further method calls.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.