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