MobileControlsSection.Devices Właściwość

Definicja

Pobiera kolekcję elementów urządzenia, które programowo reprezentują elementy urządzenia pliku konfiguracji. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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

Wartość właściwości

Obiekt DeviceElementCollection , który zawiera DeviceElement obiekty, które programowo reprezentują elementy urządzenia pliku konfiguracji.

Atrybuty

Dotyczy

Zobacz też