| RibbonBarAddInTraceWrite Method (String) |
Writes a single message to the output.
Namespace:
Dynamicweb.Controls.Extensibility
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual void Write(
string message
)
Public Overridable Sub Write (
message As String
)
Parameters
- message
- Type: SystemString
Message to write.
Remarks See Also