GetEnumerator Method

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation GetEnumerator Method
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerCustomActionDataGetEnumerator()()()()
Returns an enumerator that iterates through the collection.
Declaration Syntax
C# Visual Basic Visual C++
public IEnumerator<KeyValuePair<string, string>> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of KeyValuePair(Of String, String))
public:
virtual IEnumerator<KeyValuePair<String^, String^>>^ GetEnumerator() sealed
Return Value
IEnumerator<(Of <(<'KeyValuePair<(Of <(<'String, String>)>)>>)>)>
An enumerator that can be used to iterate through the collection.

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