BaseCompareEditorPane.WriteOnOutputWindow Method

Writes a string onto the output window.

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 WriteOnOutputWindow ( _
    message As String _
)
'Usage
Dim message As String

Me.WriteOnOutputWindow(message)
protected void WriteOnOutputWindow(
    string message
)
protected:
void WriteOnOutputWindow(
    String^ message
)
protected function WriteOnOutputWindow(
    message : String
)
member WriteOnOutputWindow : 
        message:string -> unit 

Parameters

.NET Framework Security

See Also

Reference

BaseCompareEditorPane Class

BaseCompareEditorPane Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.Editors Namespace