This topic has not yet been rated - Rate this topic

IVsEnumOutputs Interface

Inumerates a set of build output items from a project's configuration. Enumerates a set of build output items from a project's configuration.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
[GuidAttribute("0A8AC2FB-87BC-4795-8C8B-47E877F48FE8")]
[InterfaceTypeAttribute()]
public interface IVsEnumOutputs

The IVsEnumOutputs type exposes the following members.

  NameDescription
Public methodCloneCreates another enumerator that contains the same enumeration state as the current one.
Public methodNextRetrieves a specified number of output items in the enumeration sequence.
Public methodResetResets the enumeration sequence to the beginning.
Public methodSkipSkips over a specified number of output items in the enumeration sequence.
Top

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 Implementers

Implemented by projects to enable the environment to access output items from their build process.

Notes to Callers

Called by the environment to retrieve output items from a project's build process.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.