Share via


ControlElement.Adapter 屬性

定義

控制項應使用之配置器的型別。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with 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 的型別。

屬性

適用於

另請參閱