Freigeben über


DeviceElement.Controls Eigenschaft

Definition

Ruft die Auflistung von Steuerelementelementen für dieses Geräteelement ab. 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::ControlElementCollection ^ Controls { System::Web::UI::MobileControls::ControlElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)]
public System.Web.UI.MobileControls.ControlElementCollection Controls { get; }
[<System.Configuration.ConfigurationProperty("", IsDefaultCollection=true)>]
member this.Controls : System.Web.UI.MobileControls.ControlElementCollection
Public ReadOnly Property Controls As ControlElementCollection

Eigenschaftswert

Die Sammlung von Steuerelementelementen für dieses Geräteelement.

Attribute

Gilt für:

Weitere Informationen