GetEnumerator Method

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerFeatureInfoCollectionGetEnumerator()()()()
Enumerates the features in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerator<FeatureInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of FeatureInfo)
public:
virtual IEnumerator<FeatureInfo^>^ GetEnumerator() sealed
Return Value
IEnumerator<(Of <(<'FeatureInfo>)>)>
an enumerator over all features in the collection

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)