IVsOutput 接口
提供有关配置的输出的信息。
命名空间: Microsoft.VisualStudio.Shell.Interop
程序集: Microsoft.VisualStudio.Shell.Interop(在 Microsoft.VisualStudio.Shell.Interop.dll 中)
语法
声明
<InterfaceTypeAttribute()> _
<GuidAttribute("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")> _
Public Interface IVsOutput
[InterfaceTypeAttribute()]
[GuidAttribute("0238DCC5-62D6-4DAC-A977-2C6A36C502F4")]
public interface IVsOutput
IVsOutput 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
get_CanonicalName | 返回输出项的规范名称。 | |
get_DeploySourceURL | 返回输出的项目 web 位置。 | |
get_DisplayName | 返回输出项的显示名称。 | |
get_Type | 已过时的方法。不要使用。 |
页首
备注
项目时,基于该配置,可能会产生不同的输出,例如 .exe 或 .dll 文件。这些输出能通过支持 IVsOutput 接口的对象。使用 IVsEnumOutputs 接口,该接口在项目配置中的输出进行枚举。
对实现者的说明
实现由生成的项目配置从其生成的输出项的过程。