Aracılığıyla paylaş


DeviceElement.PageAdapter Özellik

Tanım

Bu cihaz bağdaştırıcısı kümesi için sayfa bağdaştırıcısı sınıfının türünü alır. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

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

Özellik Değeri

Bu cihaz bağdaştırıcısı kümesi için sayfa bağdaştırıcısı sınıfının türü.

Öznitelikler

Şunlara uygulanır

Ayrıca bkz.