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
- message
Type: System.String
The message to write
.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