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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.