CachedDataItemCollection.Remove Method (CachedDataItem) (2003 System)
Removes the specified CachedDataItem from the collection.
Namespace: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntax
'Declaration
Public Sub Remove ( _
data As CachedDataItem _
)
'Usage
Dim instance As CachedDataItemCollection
Dim data As CachedDataItem
instance.Remove(data)
public void Remove(
CachedDataItem data
)
Parameters
- data
Type: Microsoft.VisualStudio.Tools.Applications.Runtime.CachedDataItem
The CachedDataItem to remove from the collection.
Remarks
When you remove an item from the collection, the indexes change for subsequent items in the collection.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CachedDataItemCollection Class