Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► FeatureInfoCollection ► GetEnumerator()()()
Enumerates the features in the collection.
![](collapse_all.gif)
C# | Visual Basic | Visual C++ |
public IEnumerator<FeatureInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of FeatureInfo)
public: virtual IEnumerator<FeatureInfo^>^ GetEnumerator() sealed
![](collapse_all.gif)
an enumerator over all features in the collection