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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.