IMobileDesigner 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.
Attention
The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.
Fournit l’interface pour tous les concepteurs de contrôles mobiles entre le .NET Framework et un hôte de conception tel que Visual Studio 2005. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET.
public interface class IMobileDesigner
public interface IMobileDesigner
[System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")]
public interface IMobileDesigner
type IMobileDesigner = interface
[<System.Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")>]
type IMobileDesigner = interface
Public Interface IMobileDesigner
- Attributs
Remarques
Cette interface ajoute une méthode à l’interface du concepteur de base : UpdateRendering.
Méthodes
UpdateRendering() |
Obsolète.
Met à jour le rendu au moment du design pour le contrôle conteneur qui implémente l'interface IMobileDesigner. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez Mobile Apps & Sites avec ASP.NET. |