GetEnumerator Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerTableCollectionGetEnumerator()()()()
Enumerates the tables in the database.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IEnumerator<TableInfo> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of TableInfo)
public:
virtual IEnumerator<TableInfo^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<TableInfo> 
override GetEnumerator : unit -> IEnumerator<TableInfo> 
Return Value
IEnumerator < (Of < ( <' TableInfo > ) > ) >

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