protected virtual void WriteUsageSyntaxPrefix()
Protected Overridable Sub WriteUsageSyntaxPrefix
Me.WriteUsageSyntaxPrefix()
protected:
virtual void WriteUsageSyntaxPrefix()
The base implementation returns a string like "Usage: executable" or "Usage: executable command". If color is enabled, part of the string will be colored using the UsagePrefixColor property.
An implementation of this method should typically include the value of the ExecutableName property, and the value of the CommandName property if it is not .
This method is called by the base implementation of the WriteParserUsageSyntax method and the WriteCommandListUsageSyntax method.