DeviceElement.PageAdapter Свойство

Определение

Возвращает тип класса адаптера страницы для этого набора адаптеров устройств. Этот API устарел. Сведения о разработке мобильных приложений ASP.NET см. в разделе Mobile Apps & Сайты с ASP.NET.

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

Значение свойства

Тип класса адаптера страницы для этого набора адаптеров устройств.

Атрибуты

Применяется к

См. также раздел