GetEnumerator Method

DTF API

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListGetEnumerator()()()()
Enumerates the network and URL sources in the source list of the patch or product installation.
Declaration Syntax
C# Visual Basic Visual C++ F#
public IEnumerator<string> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of String)
public:
virtual IEnumerator<String^>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<string> 
override GetEnumerator : unit -> IEnumerator<string> 
Return Value
IEnumerator < (Of < ( <' String > ) > ) >
Remarks

Win32 MSI API: MsiSourceListEnumSources

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