Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathCollection ► GetEnumerator()()()
Gets an enumerator over all items in the collection.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public IEnumerator<InstallPath> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of InstallPath)
public: virtual IEnumerator<InstallPath^>^ GetEnumerator() sealed
![](collapse_all.gif)
An enumerator for the collection.