SnapInImageList.GetEnumerator Method ()
Returns an enumerator that can be used to iterate through the image list collection.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public IEnumerator GetEnumerator()
public:
virtual IEnumerator^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator
override GetEnumerator : unit -> IEnumerator
Public Function GetEnumerator As IEnumerator
Return Value
Type: System.Collections.IEnumerator
An IEnumerator object for the image list.
Implements
See Also
SnapInImageList Class
Microsoft.ManagementConsole Namespace
Return to top