CachedDataHostItemCollection.GetEnumerator Method (2003 System)

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

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

Syntax

'Declaration
Public Function GetEnumerator As CachedDataHostItemEnumerator
'Usage
Dim instance As CachedDataHostItemCollection
Dim returnValue As CachedDataHostItemEnumerator

returnValue = instance.GetEnumerator()
public CachedDataHostItemEnumerator GetEnumerator()

Return Value

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

Permissions

See Also

Reference

CachedDataHostItemCollection Class

CachedDataHostItemCollection Members

Microsoft.VisualStudio.Tools.Applications.Runtime Namespace