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
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.