OutputWindow.CreateOutputWindowPane Method (Guid, String, Boolean, Boolean)
Creates the output window pane.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.Host
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub CreateOutputWindowPane ( _
guidPane As Guid, _
paneName As String, _
visible As Boolean, _
clearWithSolution As Boolean _
)
'Usage
Dim instance As OutputWindow
Dim guidPane As Guid
Dim paneName As String
Dim visible As Boolean
Dim clearWithSolution As Boolean
instance.CreateOutputWindowPane(guidPane, _
paneName, visible, clearWithSolution)
public void CreateOutputWindowPane(
Guid guidPane,
string paneName,
bool visible,
bool clearWithSolution
)
public:
void CreateOutputWindowPane(
Guid guidPane,
String^ paneName,
bool visible,
bool clearWithSolution
)
public function CreateOutputWindowPane(
guidPane : Guid,
paneName : String,
visible : boolean,
clearWithSolution : boolean
)
member CreateOutputWindowPane :
guidPane:Guid *
paneName:string *
visible:bool *
clearWithSolution:bool -> unit
Parameters
- guidPane
Type: System.Guid
A GUID for the pane
- paneName
Type: System.String
The name of the pane
- visible
Type: System.Boolean
Specifies the visibility state of the pane
- clearWithSolution
Type: System.Boolean
Specifies whether the pane to be cleared with the solution
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CreateOutputWindowPane Overload
Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace