IVsOutput Interface
Visual Studio 2015
Provides information about the outputs of a configuration.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | get_CanonicalName(String) | Returns the canonical name of an output item. |
![]() | get_DeploySourceURL(String) | Returns the web location of an output item. |
![]() | get_DisplayName(String) | Returns the display name of an output item. |
![]() | get_Type(Guid) | Obsolete method. Do not use. |
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.
Notes to Implementers:
Implemented by project configurations that produce output items from their build process.
Show:
