| RibbonBarAddInTraceWrite Method (String, Object) |
Writes a single message specified by its format and arguments to the output.
Namespace:
Dynamicweb.Controls.Extensibility
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public virtual void Write(
string format,
params Object[] args
)
Public Overridable Sub Write (
format As String,
ParamArray args As Object()
)
Parameters
- format
- Type: SystemString
Message format. - args
- Type: SystemObject
Message arguments.
Remarks See Also