WebView.GetExecutionMode 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
GetExecutionMode(BindableObject) | |
GetExecutionMode(IPlatformElementConfiguration<Windows,WebView>) |
GetExecutionMode(BindableObject)
- Source:
- WebView.cs
- Source:
- WebView.cs
public:
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::WebViewExecutionMode GetExecutionMode(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode GetExecutionMode (Microsoft.Maui.Controls.BindableObject element);
static member GetExecutionMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
Public Function GetExecutionMode (element As BindableObject) As WebViewExecutionMode
Parameters
- element
- BindableObject
Returns
Applies to
GetExecutionMode(IPlatformElementConfiguration<Windows,WebView>)
- Source:
- WebView.cs
- Source:
- WebView.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::PlatformConfiguration::WindowsSpecific::WebViewExecutionMode GetExecutionMode(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Windows ^, Microsoft::Maui::Controls::WebView ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode GetExecutionMode (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows,Microsoft.Maui.Controls.WebView> config);
static member GetExecutionMode : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Windows, Microsoft.Maui.Controls.WebView> -> Microsoft.Maui.Controls.PlatformConfiguration.WindowsSpecific.WebViewExecutionMode
<Extension()>
Public Function GetExecutionMode (config As IPlatformElementConfiguration(Of Windows, WebView)) As WebViewExecutionMode
Parameters
Returns
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.