OutputWindow.CreateOutputWindowPane 方法 (String, Boolean, Boolean)

该类及其成员保留供内部使用,不应在代码中使用。

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
Public Shared Function CreateOutputWindowPane ( _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
) As Guid
public static Guid CreateOutputWindowPane(
    string paneName,
    bool visible,
    bool clearWithSolution
)
public:
static Guid CreateOutputWindowPane(
    String^ paneName, 
    bool visible, 
    bool clearWithSolution
)
static member CreateOutputWindowPane : 
        paneName:string * 
        visible:bool * 
        clearWithSolution:bool -> Guid 
public static function CreateOutputWindowPane(
    paneName : String, 
    visible : boolean, 
    clearWithSolution : boolean
) : Guid

参数

  • clearWithSolution
    类型:System.Boolean
    指示是否应使用解决方案清除窗格。如果将通过此方法清除窗格,则指定 true。

返回值

类型:System.Guid
窗格的新 GUID。

.NET Framework 安全性

请参见

参考

OutputWindow 类

CreateOutputWindowPane 重载

Microsoft.VisualStudio.Data.Schema.Package.Internal 命名空间