MobileControlsSection.Devices Eigenschap

Definitie

Hiermee haalt u de verzameling apparaatelementen op die programmatisch de apparaatelementen van een configuratiebestand vertegenwoordigen. Deze API is verouderd. Zie Mobile Apps & voor meer informatie over het ontwikkelen van ASP.NET mobiele toepassingen Sites met 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

Waarde van eigenschap

De DeviceElementCollection objecten die DeviceElement programmatisch de apparaatelementen van het configuratiebestand vertegenwoordigen.

Kenmerken

Van toepassing op

Zie ook