OutputWindow.Clear Method

Clears the output window for the particular 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 Clear ( _
    guidPane As Guid _
)
'Usage
Dim instance As OutputWindow
Dim guidPane As Guid

instance.Clear(guidPane)
public void Clear(
    Guid guidPane
)
public:
void Clear(
    Guid guidPane
)
public function Clear(
    guidPane : Guid
)
member Clear : 
        guidPane:Guid -> unit 

Parameters

  • guidPane
    Type: System.Guid
    The GUID of the pane that you want to clear

.NET Framework Security

See Also

Reference

OutputWindow Class

OutputWindow Members

Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace