Partager via


IMauiInitializeScopedService Interface

Définition

Représente un service qui est initialisé pendant la construction de la fenêtre.

public interface class IMauiInitializeScopedService
public interface IMauiInitializeScopedService
type IMauiInitializeScopedService = interface
Public Interface IMauiInitializeScopedService

Remarques

Ce service est initialisé lors de la création d’une fenêtre. Il est exécuté une seule fois par fenêtre à l’aide du fournisseur de services d’étendue de fenêtre.

Méthodes

Initialize(IServiceProvider)

Représente un service qui est initialisé pendant la construction de la fenêtre.

S’applique à