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
- 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
Microsoft.VisualStudio.Data.Schema.Project.Common.Host Namespace