WebView.SetExecutionMode 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
SetExecutionMode(BindableObject, WebViewExecutionMode) | |
SetExecutionMode(IPlatformElementConfiguration<Windows,WebView>, WebViewExecutionMode) |
SetExecutionMode(BindableObject, WebViewExecutionMode)
- Source:
- WebView.cs
- Source:
- WebView.cs
public:
static void SetExecutionMode(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::WebViewExecutionMode value);
public static void SetExecutionMode (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value);
static member SetExecutionMode : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -> unit
Public Sub SetExecutionMode (element As BindableObject, value As WebViewExecutionMode)
Parameters
- element
- BindableObject
- value
- WebViewExecutionMode
Applies to
SetExecutionMode(IPlatformElementConfiguration<Windows,WebView>, WebViewExecutionMode)
- Source:
- WebView.cs
- Source:
- WebView.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::WebView ^> ^ SetExecutionMode(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::WebView ^> ^ config, Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::WebViewExecutionMode value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.WebView> SetExecutionMode (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.WebView> config, Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode value);
static member SetExecutionMode : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.WebView> * Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.WebView>
<Extension()>
Public Function SetExecutionMode (config As IPlatformElementConfiguration(Of Windows, WebView), value As WebViewExecutionMode) As IPlatformElementConfiguration(Of Windows, WebView)
Parameters
- value
- WebViewExecutionMode
Returns
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.