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.
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)
Syntax
'Declaration
<GuidAttribute("0A8AC2FB-87BC-4795-8C8B-47E877F48FE8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsEnumOutputs
'Usage
Dim instance As IVsEnumOutputs
[GuidAttribute("0A8AC2FB-87BC-4795-8C8B-47E877F48FE8")]
[InterfaceTypeAttribute()]
public interface IVsEnumOutputs
[GuidAttribute(L"0A8AC2FB-87BC-4795-8C8B-47E877F48FE8")]
[InterfaceTypeAttribute()]
public interface class IVsEnumOutputs
public interface IVsEnumOutputs
Remarks
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.