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

Remarks

When you remove an item from the collection, the indexes change for subsequent items in the collection.

Permissions

See Also

Reference

CachedDataItemCollection Class

CachedDataItemCollection Members

Remove Overload

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace