DeviceElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the device element at the specified index location. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: property DeviceElement^ default[ int index ] { DeviceElement^ get(int index); void set(int index, DeviceElement^ value); }
Parameters
- index
-
Type:
System::Int32
The specified index location of the DeviceElement to return.
Property Value
Type: System.Web.UI.MobileControls::DeviceElement^The DeviceElement at the specified index.
.NET Framework
Available since 2.0
Available since 2.0
Show: