Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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