GetEnumerator Method

DTF API

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

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