OutputWindow.CreateOutputWindowPane-Methode (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 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

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.

Rückgabewert

Typ: System.Guid
Neue GUID für den Bereich.

.NET Framework-Sicherheit

Siehe auch

Referenz

OutputWindow Klasse

CreateOutputWindowPane-Überladung

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