IControlAdapter 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 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.
將介面定義為控制項配置器。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。
public interface class IControlAdapter
public interface IControlAdapter
[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 IControlAdapter
type IControlAdapter = 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 IControlAdapter = interface
Public Interface IControlAdapter
- 衍生
- 屬性
備註
所有控件配接器都必須實作 IControlAdapter 介面。 通常,控件配接器會直接或間接繼承自 ControlAdapter 基類,以提供這個介面的默認實作。
屬性
Control |
已淘汰.
傳回關聯控制項的強型別參考。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
ItemWeight |
已淘汰.
存取控制項中單一項目的近似權重。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
Page |
已淘汰.
傳回裝置配置器所關聯的頁面。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
VisibleWeight |
已淘汰.
以字元方式傳回控制項的概略權重。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
方法
CreateTemplatedUI(Boolean) |
已淘汰.
由基底類別呼叫,用以建立樣板化 UI。 |
HandlePostBackEvent(String) |
已淘汰.
如果事件已處理,則傳回 |
LoadAdapterState(Object) |
已淘汰.
傳回控制項的配置器專屬檢視。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
LoadPostData(String, NameValueCollection, Object, Boolean) |
已淘汰.
如果由配接器處理張貼資料的載入作業,則傳回 |
OnInit(EventArgs) |
已淘汰.
物件 (例如表單或頁面) 初始化之後呼叫。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
OnLoad(EventArgs) |
已淘汰.
載入與控制項、頁面或裝置配接器有關的資料。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
OnPreRender(EventArgs) |
已淘汰.
由控制項的 OnPreRender(EventArgs) 方法呼叫,用以在呈現前先執行配置器的專屬工作。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
OnUnload(EventArgs) |
已淘汰.
卸載控制項、頁面或裝置配接器的相關資料。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
Render(HtmlTextWriter) |
已淘汰.
由控制項的 Render(HtmlTextWriter) 方法呼叫,用以執行呈現。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |
SaveAdapterState() |
已淘汰.
當控制項儲存其私用檢視狀態時,會呼叫這個方法。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites。 |