Share via


CachedDataItemCollection.Remove Method (String)

Removes the specified CachedDataItem, identified by the name of the cached data object, from the collection.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.ServerDocument (in Microsoft.VisualStudio.Tools.Applications.ServerDocument.dll)

Syntax

'Declaration
Public Sub Remove ( _
    dataId As String _
)
public void Remove(
    string dataId
)

Parameters

Remarks

A CachedDataItem provides access to a cached data object in a document-level customization.

.NET Framework Security

See Also

Reference

CachedDataItemCollection Class

Remove Overload

Microsoft.VisualStudio.Tools.Applications Namespace