Share via


IMobileWebFormServices 介面

定義

警告

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.

定義網頁設計工具元件的介面,在設計階段從設計工具主應用程式 (例如 Visual Studio 2005) 取得服務。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

public interface class IMobileWebFormServices
public interface IMobileWebFormServices
[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 IMobileWebFormServices
type IMobileWebFormServices = 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 IMobileWebFormServices = interface
Public Interface IMobileWebFormServices
屬性

備註

此介面中的所有方法都是由設計主機實作,並透過這個 IMobileWebFormServices 介面提供給設計工具元件使用。 嘗試在自定義設計工具元件中使用 方法之前,請先確認設計主機確實實作 介面。

方法

ClearUndoStack()
已淘汰.

在設計階段清除設計工具主應用程式之 [復原] 快取中的所有項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

GetCache(String, Object)
已淘汰.

在設計階段從設計工具主應用程式的快取取得項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

RefreshPageView()
已淘汰.

在設計階段重新整理設計工具主應用程式中的頁面。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

SetCache(String, Object, Object)
已淘汰.

在設計階段將物件儲存在設計工具主應用程式的快取中。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

UpdateRenderingRecursive(Control)
已淘汰.

在設計階段遞迴地更新設計主應用程式中的相關控制項及其每個子控制項。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

適用於

另請參閱