Share via


CachedDataItemCollection.GetEnumerator Method

Returns a CachedDataItemEnumerator that can be used to iterate through the contents of the collection.

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

Syntax

'Declaration
Public Function GetEnumerator As CachedDataItemEnumerator
public CachedDataItemEnumerator GetEnumerator()

Return Value

Type: Microsoft.VisualStudio.Tools.Applications.CachedDataItemEnumerator
A CachedDataItemEnumerator that can be used to iterate through the contents of the collection.

.NET Framework Security

See Also

Reference

CachedDataItemCollection Class

Microsoft.VisualStudio.Tools.Applications Namespace