Compartilhar via


WebView.GetExecutionMode Method

Definition

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