Freigeben über


MobileControlsSection.Devices Eigenschaft

Definition

Ruft die Auflistung von Geräteelementen ab, die programmgesteuert die Geräteelemente einer Konfigurationsdatei darstellen. Diese API ist veraltet. Informationen zum Entwickeln von ASP.NET mobilen Anwendungen finden Sie unter Mobile Apps & Websites mit ASP.NET.

public:
 property System::Web::UI::MobileControls::DeviceElementCollection ^ Devices { System::Web::UI::MobileControls::DeviceElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.UI.MobileControls.DeviceElementCollection Devices { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Devices : System.Web.UI.MobileControls.DeviceElementCollection
Public ReadOnly Property Devices As DeviceElementCollection

Eigenschaftswert

Die DeviceElementCollection Objekte, die DeviceElement programmgesteuert die Geräteelemente der Konfigurationsdatei darstellen.

Attribute

Gilt für:

Weitere Informationen