IMobileDesigner 接口

定义

注意

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.

为 .NET Framework 和一个设计宿主(如 Visual Studio 2005)间的所有移动控制设计器提供接口。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 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
属性

注解

此接口将一个方法添加到基本设计器接口: UpdateRendering

方法

UpdateRendering()
已过时.

更新实现 IMobileDesigner 接口的容器控件的设计时呈现。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

适用于

另请参阅