VSConstants.SID_SVsGeneralOutputWindowPane 字段

定义

伪服务,返回 VS 环境中 "常规" 输出窗格的 IID_IVsOutputWindowPane 接口。 查询此服务将导致创建 "常规" 输出窗格(如果尚未创建)。

public: static initonly Guid SID_SVsGeneralOutputWindowPane;
public static readonly Guid SID_SVsGeneralOutputWindowPane;
 staticval mutable SID_SVsGeneralOutputWindowPane : Guid
Public Shared ReadOnly SID_SVsGeneralOutputWindowPane As Guid 

字段值

Guid

注解

查询此伪服务将导致创建常规输出窗格(如果尚未创建)。 一般输出窗格是向用户显示一般状态消息的最佳位置,例如与打开项目类似的操作的消息。

适用于