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
- 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
CachedDataHostItemCollection Class