protected virtual void WriteCommandDescription(
	CommandInfo command
)Protected Overridable Sub WriteCommandDescription ( 
	command As CommandInfo
)
Dim command As CommandInfo
Me.WriteCommandDescription(command)protected:
virtual void WriteCommandDescription(
	CommandInfo^ command
)The base implementation calls the WriteCommandDescriptionHeader(CommandInfo) method, the WriteCommandDescriptionBody(CommandInfo) method, and then adds an extra blank line if the BlankLineAfterCommandDescription property is .
This method is called by the base implementation of the WriteCommandDescriptions method.