Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► ComponentInfoCollection ► GetEnumerator()()()
Enumerates the components in the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<ComponentInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ComponentInfo)
public: virtual IEnumerator<ComponentInfo^>^ GetEnumerator() sealed
Return Value
an enumerator over all features in the collection