Udostępnij za pośrednictwem


DeviceElement.PageAdapter Właściwość

Definicja

Pobiera typ klasy adaptera strony dla tego zestawu kart urządzenia. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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

Wartość właściwości

Typ klasy adaptera strony dla tego zestawu kart urządzenia.

Atrybuty

Dotyczy

Zobacz też