protected virtual void WriteCommandName(
string commandName
)
Protected Overridable Sub WriteCommandName (
commandName As String
)
Dim commandName As String
Me.WriteCommandName(commandName)
protected:
virtual void WriteCommandName(
String^ commandName
)
The base implementation just writes the name.
This method is called by the base implementation of the WriteCommandDescription(CommandInfo) method.