ControlElement.Adapter 属性

定义

控件应使用的适配器的类型。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

public:
 property Type ^ Adapter { Type ^ get(); void set(Type ^ value); };
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))]
[System.Configuration.ConfigurationProperty("adapter", IsRequired=true)]
[System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IControlAdapter))]
public Type Adapter { get; set; }
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.MobileControls.MobileTypeNameConverter))>]
[<System.Configuration.ConfigurationProperty("adapter", IsRequired=true)>]
[<System.Configuration.SubclassTypeValidator(typeof(System.Web.UI.MobileControls.IControlAdapter))>]
member this.Adapter : Type with get, set
Public Property Adapter As Type

属性值

IControlAdapter 派生的类型。

属性

适用于

另请参阅