IVsEnumOutputs Interface
Visual Studio 2010
Inumerates a set of build output items from a project's configuration. Enumerates a set of build output items from a project's configuration.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
The IVsEnumOutputs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Clone | Creates another enumerator that contains the same enumeration state as the current one. |
![]() | Next | Retrieves a specified number of output items in the enumeration sequence. |
![]() | Reset | Resets the enumeration sequence to the beginning. |
![]() | Skip | Skips over a specified number of output items in the enumeration sequence. |
The outputs from a build process are private to the user. They can be categorized into output groups. Groups typically link related types of output such as source file outputs or executable file outputs.
Notes to ImplementersImplemented by projects to enable the environment to access output items from their build process.
Notes to CallersCalled by the environment to retrieve output items from a project's build process.
