ControlElement.Adapter Właściwość

Definicja

Typ adaptera, który powinien być przez kontrolkę. Ten interfejs API jest nieaktualny. Aby uzyskać informacje na temat tworzenia aplikacji ASP.NET mobilnych, zobacz Mobile Apps Witryn z & 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

Wartość właściwości

Type

Typ pochodzący z klasy IControlAdapter .

Atrybuty

Dotyczy

Zobacz też