IMobileWebFormServices 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
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 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
GetCache(String, Object) |
已淘汰.
在設計階段從設計工具主應用程式的快取取得項目。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
RefreshPageView() |
已淘汰.
在設計階段重新整理設計工具主應用程式中的頁面。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
SetCache(String, Object, Object) |
已淘汰.
在設計階段將物件儲存在設計工具主應用程式的快取中。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |
UpdateRenderingRecursive(Control) |
已淘汰.
在設計階段遞迴地更新設計主應用程式中的相關控制項及其每個子控制項。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。 |