MobilePage.GetControlAdapter(MobileControl) 方法

定义

为指定控件创建并返回新的设备特定的适配器。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 virtual System::Web::UI::MobileControls::IControlAdapter ^ GetControlAdapter(System::Web::UI::MobileControls::MobileControl ^ control);
public virtual System.Web.UI.MobileControls.IControlAdapter GetControlAdapter (System.Web.UI.MobileControls.MobileControl control);
abstract member GetControlAdapter : System.Web.UI.MobileControls.MobileControl -> System.Web.UI.MobileControls.IControlAdapter
override this.GetControlAdapter : System.Web.UI.MobileControls.MobileControl -> System.Web.UI.MobileControls.IControlAdapter
Public Overridable Function GetControlAdapter (control As MobileControl) As IControlAdapter

参数

control
MobileControl

附加了设备特定适配器的控件。

返回

指定控件的新设备特定的适配器。

注解

此方法由 ASP.NET 在内部调用。

适用于

另请参阅