CachedDataItemCollection.GetEnumerator Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.