Compartilhar via


Método OutputWindow.CreateOutputWindowPane (Guid, String, Boolean, Boolean)

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public Shared Sub CreateOutputWindowPane ( _
    pane As Guid, _
    paneName As String, _
    visible As Boolean, _
    clearWithSolution As Boolean _
)
public static void CreateOutputWindowPane(
    Guid pane,
    string paneName,
    bool visible,
    bool clearWithSolution
)
public:
static void CreateOutputWindowPane(
    Guid pane, 
    String^ paneName, 
    bool visible, 
    bool clearWithSolution
)
static member CreateOutputWindowPane : 
        pane:Guid * 
        paneName:string * 
        visible:bool * 
        clearWithSolution:bool -> unit 
public static function CreateOutputWindowPane(
    pane : Guid, 
    paneName : String, 
    visible : boolean, 
    clearWithSolution : boolean
)

Parâmetros

  • visible
    Tipo: System.Boolean
    Define o estado de visibilidade do painel.
  • clearWithSolution
    Tipo: System.Boolean
    Indica se o painel deve ser limpo com a solução.Especificar true se o painel será criado pelo método.

Segurança do .NET Framework

Consulte também

Referência

OutputWindow Classe

Sobrecargas CreateOutputWindowPane

Namespace Microsoft.VisualStudio.Data.Schema.Package.Internal