Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SourceMediaList ► GetEnumerator()()()()
Enumerates the source media in the source list of the patch or product installation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<MediaDisk> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of MediaDisk)
public: virtual IEnumerator<MediaDisk>^ GetEnumerator() sealed
Return Value
Remarks
Win32 MSI API: MsiSourceListEnumMediaDisks
Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller.dll) Version: 3.0.0.0 (3.9.1006.0)