共用方式為


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 命名空間