Removes the first occurrence of a specific ListItem from the collection
Namespace:
VIBlend.SuperControlsAssembly: VIBlendSuperControls (in VIBlendSuperControls.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
| C# |
|---|
public virtual void Remove( ListItem item ) |
| Visual Basic (Declaration) |
|---|
Public Overridable Sub Remove ( _ item As ListItem _ ) |
| Visual C++ |
|---|
public: virtual void Remove( ListItem^ item ) |
Parameters
- item
- Type: VIBlend.SuperControls..::.ListItem
The ListItem to remove from the collection