DeviceElement.Controls Egenskap

Definition

Hämtar samlingen med kontrollelement för det här enhetselementet. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Egenskapsvärde

Samlingen med kontrollelement för det här enhetselementet.

Attribut

Gäller för

Se även