IMauiInitializeService Interface
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.
Represents a service that is initialized during the application construction.
public interface class IMauiInitializeService
public interface IMauiInitializeService
type IMauiInitializeService = interface
Public Interface IMauiInitializeService
Remarks
This service is initialized during the MauiAppBuilder.Build() method. It is executed once per application using the root service provider.
Methods
Initialize(IServiceProvider) |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.