OutputWindow.CreateOutputWindowPane (Método) (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 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

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.

Valor devuelto

Tipo: System.Guid
Nuevo GUID del recuadro.

Seguridad de .NET Framework

Vea también

Referencia

OutputWindow Clase

CreateOutputWindowPane (Sobrecarga)

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