IViewComponentActivator 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 instancier et libérer un ViewComponent.
public interface class IViewComponentActivator
public interface IViewComponentActivator
type IViewComponentActivator = interface
Public Interface IViewComponentActivator
- Dérivé
Méthodes
Create(ViewComponentContext) |
Instancie un Objet ViewComponent. |
Release(ViewComponentContext, Object) |
Libère une instance ViewComponent. |
ReleaseAsync(ViewComponentContext, Object) |
Libère une instance ViewComponent. |