BaseCompareEditorPane.ClearOutputWindow Method
Clears all output window text.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub ClearOutputWindow
'Usage
Me.ClearOutputWindow()
protected void ClearOutputWindow()
protected:
void ClearOutputWindow()
protected function ClearOutputWindow()
member ClearOutputWindow : unit -> unit
.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.SchemaAndDataCompare.UI.Editors Namespace