DeviceFilterElementCollection::Item Property (Int32)
.NET Framework (current version)
Gets or sets the item at the specified index. 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 DeviceFilterElement^ default[ int index ] { DeviceFilterElement^ get(int index); void set(int index, DeviceFilterElement^ value); }
Parameters
- index
-
Type:
System::Int32
The index at which to get or set the item.
If you set an item at an index where an item already exists, the existing item is removed and the new item is then assigned to its index position in the collection.
.NET Framework
Available since 2.0
Available since 2.0
Show: