IMobileDesigner Interface

Definition

Caution

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.

Provides the interface for all mobile control designers between the .NET framework and a design host such as Visual Studio 2005. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with 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
Attributes

Remarks

This interface adds one method to the base designer interface: UpdateRendering.

Methods

UpdateRendering()

Updates design-time rendering for the container control that implements the IMobileDesigner interface. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

Applies to

See also