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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI