OutputWindow.CreateOutputWindowPane-Methode (Guid, String, Boolean, Boolean)

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

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

Syntax

'Declaration
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
)

Parameter

  • visible
    Typ: System.Boolean
    Legt den Sichtbarkeitszustand des Bereichs fest.
  • clearWithSolution
    Typ: System.Boolean
    Gibt an, ob der Bereich mit der Projektmappe gelöscht werden soll.Gibt true an, wenn der Bereich von dieser Methode gelöscht wird.

.NET Framework-Sicherheit

Siehe auch

Referenz

OutputWindow Klasse

CreateOutputWindowPane-Überladung

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