GetEnumerator Method

Microsoft Deployment Tools

Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerColumnCollectionGetEnumerator()()()
Gets an enumerator over the columns in the collection.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerator<ColumnInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of ColumnInfo)
public:
virtual IEnumerator<ColumnInfo^>^ GetEnumerator() sealed
Return Value
An enumerator of ColumnInfo objects.

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)