Share via


IVsOutput Interface

Provides information about the outputs of a configuration.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Dichiarazione
<InterfaceTypeAttribute()> _
<GuidAttribute("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")> _
Public Interface IVsOutput
'Utilizzo
Dim instance As IVsOutput
[InterfaceTypeAttribute()]
[GuidAttribute("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")]
public interface IVsOutput
[InterfaceTypeAttribute()]
[GuidAttribute(L"0238DCC5-62D6-4DAC-A977-2C6A36C502F4")]
public interface class IVsOutput
public interface IVsOutput

Remarks

Projects, depending on the configuration, can produce different outputs, such as .exe or .dll files. These outputs are made available through an object that supports the IVsOutput interface. Outputs within a project configuration can be enumerated using the IVsEnumOutputs interface.

See illustrations of the implementation and/or calling of this interface in the samples Basic Project, My C Package, and Figures Project.

Notes to Implementers:

Implemented by project configurations that produce output items from their build process.

See Also

Reference

IVsOutput Members

Microsoft.VisualStudio.Shell.Interop Namespace