Application.SetOverlayContent 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
SetOverlayContent(BindableObject, View) | |
SetOverlayContent(IPlatformElementConfiguration<Tizen,Application>, View) |
SetOverlayContent(BindableObject, View)
- Source:
- Application.cs
- Source:
- Application.cs
public:
static void SetOverlayContent(Microsoft::Maui::Controls::BindableObject ^ application, Microsoft::Maui::Controls::View ^ value);
public static void SetOverlayContent (Microsoft.Maui.Controls.BindableObject application, Microsoft.Maui.Controls.View value);
static member SetOverlayContent : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.View -> unit
Public Sub SetOverlayContent (application As BindableObject, value As View)
Parameters
- application
- BindableObject
- value
- View
Applies to
SetOverlayContent(IPlatformElementConfiguration<Tizen,Application>, View)
- Source:
- Application.cs
- Source:
- Application.cs
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ SetOverlayContent(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::Tizen ^, Microsoft::Maui::Controls::Application ^> ^ config, Microsoft::Maui::Controls::View ^ value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> SetOverlayContent (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen,Microsoft.Maui.Controls.Application> config, Microsoft.Maui.Controls.View value);
static member SetOverlayContent : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application> * Microsoft.Maui.Controls.View -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.Tizen, Microsoft.Maui.Controls.Application>
<Extension()>
Public Function SetOverlayContent (config As IPlatformElementConfiguration(Of Tizen, Application), value As View) As IPlatformElementConfiguration(Of Tizen, Application)
Parameters
- value
- View
Returns
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI