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

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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
    Establece el estado de visibilidad del recuadro.
  • clearWithSolution
    Tipo: System.Boolean
    Indica si el recuadro se debe borrar con la solución.Especifique true si este método creará el recuadro.

Seguridad de .NET Framework

Vea también

Referencia

OutputWindow Clase

CreateOutputWindowPane (Sobrecarga)

Microsoft.VisualStudio.Data.Schema.Package.Internal (Espacio de nombres)