Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.74 KB

icorpublishprocessenum-interface.md

File metadata and controls

48 lines (35 loc) · 1.74 KB
description title ms.date api_name api_location api_type f1_keywords helpviewer_keywords ms.assetid topic_type
Learn more about: ICorPublishProcessEnum Interface
ICorPublishProcessEnum Interface
03/30/2017
ICorPublishProcessEnum
mscordbi.dll
COM
ICorPublishProcessEnum
ICorPublishProcessEnum interface [.NET Framework debugging]
aac8fcf9-ac09-437c-bd5c-2fda14ae1007
apiref

ICorPublishProcessEnum Interface

A subclass of the ICorPublishEnum interface that provides methods to traverse a collection of ICorPublishProcess objects.

Methods

Method Description
Next Method Gets the specified number of ICorPublishProcess instances from the collection, starting at the current position.

Remarks

The ICorPublishProcessEnum interface implements the methods of the abstract interface, ICorPublishEnum.

An ICorPublishProcessEnum instance is created by the ICorPublish::EnumProcesses method. The traversal of the collection of ICorPublishProcess objects is based on the filter criteria given at the time the ICorPublishProcessEnum instance was created.

Requirements

Platforms: See System Requirements.

Header: CorPub.idl, CorPub.h

Library: CorGuids.lib

.NET Framework Versions: [!INCLUDEnet_current_v10plus]

See also