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