DeviceElement.Controls Eigenschaft

Definition

Ruft die Auflistung von Steuerelementen für dieses Geräteelement ab. 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::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 Auflistung von Steuerelementen für dieses Geräteelement.

Attribute

Gilt für:

Weitere Informationen