IMobileDesigner Schnittstelle

Definition

Achtung

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.

Stellt die Schnittstelle für alle Designer eines mobilen Steuerelements zwischen .NET Framework und einem Entwurfshost wie Visual Studio 2005 bereit. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit 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
Attribute

Hinweise

Diese Schnittstelle fügt der Basis-Designerschnittstelle eine Methode hinzu: UpdateRendering.

Methoden

UpdateRendering()
Veraltet.

Aktualisiert die Darstellung des Containersteuerelements, das die IMobileDesigner-Schnittstelle implementiert, zur Entwurfszeit. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

Gilt für:

Weitere Informationen