Udostępnij za pośrednictwem


ControlElement.Adapter Właściwość

Definicja

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

Wartość właściwości

Typ pochodzący z IControlAdapterklasy .

Atrybuty

Dotyczy

Zobacz też