StateManagedCollection::IList::Remove Method (Object^)
.NET Framework (current version)
Removes the first occurrence of the specified object from the StateManagedCollection collection.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System::Object^
The object to remove from the StateManagedCollection.
Implements
IList::Remove(Object^)| Exception | Condition |
|---|---|
| NotSupportedException | The StateManagedCollection is read-only. |
The OnValidate method is called to validate value before the value is removed from the collection. The OnRemove method is called before the object is removed, and the OnRemoveComplete method is called after the object is removed.
.NET Framework
Available since 2.0
Available since 2.0
Show: