protected virtual void WriteCommandListUsageSyntax()Protected Overridable Sub WriteCommandListUsageSyntax
Me.WriteCommandListUsageSyntax()protected:
virtual void WriteCommandListUsageSyntax()The base implementation calls WriteUsageSyntaxPrefix, and adds to it a string like " <command> [arguments]".
This method is called by the base implementation of the WriteCommandListUsageCore method.