VSConstants.OutputWindowPaneGuid 类

提供输出窗口的窗格的 GUID。

继承层次结构

System.Object
  Microsoft.VisualStudio.VSConstants.OutputWindowPaneGuid

命名空间:  Microsoft.VisualStudio
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Public NotInheritable Class OutputWindowPaneGuid
public static class OutputWindowPaneGuid

VSConstants.OutputWindowPaneGuid 类型公开以下成员。

字段

  名称 说明
公共字段静态成员 BuildOutputPane_guid 生成输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 BuildOutputPane_string 生成输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 DebugPane_guid 调试窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 DebugPane_string 调试窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 GeneralPane_guid 常规输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 GeneralPane_string 常规输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 SortedBuildOutputPane_guid 排序的生成输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 SortedBuildOutputPane_string 排序的生成输出窗格的 GUID 在 " 输出 " 窗口中。
公共字段静态成员 StoreValidationPane_guid
公共字段静态成员 StoreValidationPane_string

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参见

参考

Microsoft.VisualStudio 命名空间