MobileControlsSection.Devices Eigenschaft

Definition

Ruft die Sammlung von Geräteelementen ab, die die device-Elemente einer Konfigurationsdatei programmgesteuert darstellen. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites 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 mit den DeviceElement-Objekten, die die device-Elemente der Konfigurationsdatei programmgesteuert darstellen.

Attribute

Gilt für:

Weitere Informationen