DeviceFilterElementCollection.Remove Method (DeviceFilterElement)

 

Removes the specified item from the collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

Public Sub Remove (
	deviceFilter As DeviceFilterElement
)

Parameters

deviceFilter
Type: System.Web.Mobile.DeviceFilterElement

The item to remove from the collection.

This overload gets the key from the object referenced by the deviceFilter parameter and then calls the DeviceFilterElementCollection.Remove method with the key as the argument.

.NET Framework
Available since 2.0
Return to top
Show: