GetEnumerator Method

Microsoft Deployment Tools

Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.ResourcesVersionResourceGetEnumerator()()()
Gets an enumerator that can iterate over the version string tables in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerator<VersionStringTable> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of VersionStringTable)
public:
virtual IEnumerator<VersionStringTable^>^ GetEnumerator() sealed
Return Value
An enumerator that returns VersionStringTable objects.

Assembly: Microsoft.Deployment.Resources (Module: Microsoft.Deployment.Resources) Version: 3.0.0.0 (3.5.1623.0)