Share via


CachedDataItemCollection.GetEnumerator Method

Definition

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

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

Returns

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

Applies to