Deployment Tools Foundation
GetEnumerator Method
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPathMap ► GetEnumerator()()()
Gets an enumerator over all entries in the dictionary.

C# | Visual Basic | Visual C++ |
public IEnumerator<KeyValuePair<string, InstallPath>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, InstallPath))
public: virtual IEnumerator<KeyValuePair<String^, InstallPath^>>^ GetEnumerator() sealed

An enumerator for the dictionary.