Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► SourceList ► GetEnumerator()()()
Enumerates the network and URL sources in the source list of the patch or product installation.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of String)
public: virtual IEnumerator<String^>^ GetEnumerator() sealed
Remarks
Win32 MSI API: MsiSourceListEnumSources