IVsOutput Interface

Definition

Provides information about the outputs of a configuration.

public interface class IVsOutput
public interface class IVsOutput
__interface IVsOutput
[System.Runtime.InteropServices.Guid("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsOutput
[System.Runtime.InteropServices.Guid("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOutput
[<System.Runtime.InteropServices.Guid("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsOutput = interface
[<System.Runtime.InteropServices.Guid("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOutput = interface
Public Interface IVsOutput
Derived
Attributes

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.

Notes to Implementers

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

Methods

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.

Applies to