protected virtual void WriteUsageSyntaxSuffix()
Protected Overridable Sub WriteUsageSyntaxSuffix
Me.WriteUsageSyntaxSuffix()
protected:
virtual void WriteUsageSyntaxSuffix()
The base implementation does nothing for parser usage, and writes a string like " <command> [arguments]" for command manager usage.
This method is called by the base implementation of the WriteParserUsageSyntax method and the WriteCommandListUsageSyntax method.