CachedDataHostItemCollection.GetEnumerator Method

Definition

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

public:
 Microsoft::VisualStudio::Tools::Applications::CachedDataHostItemEnumerator ^ GetEnumerator();
public Microsoft.VisualStudio.Tools.Applications.CachedDataHostItemEnumerator GetEnumerator ();
override this.GetEnumerator : unit -> Microsoft.VisualStudio.Tools.Applications.CachedDataHostItemEnumerator
Public Function GetEnumerator () As CachedDataHostItemEnumerator

Returns

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

Applies to