IViewComponentFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des méthodes pour la création et la suppression des composants d’affichage.
public interface class IViewComponentFactory
public interface IViewComponentFactory
type IViewComponentFactory = interface
Public Interface IViewComponentFactory
- Dérivé
Méthodes
CreateViewComponent(ViewComponentContext) |
Crée un contrôleur pour le spécifié |
ReleaseViewComponent(ViewComponentContext, Object) |
Libère un composant d’affichage instance. |
ReleaseViewComponentAsync(ViewComponentContext, Object) |
Libère un composant d’affichage instance de façon asynchrone. |