protected virtual void WriteArgumentCategory(
CategoryInfo category
)
Protected Overridable Sub WriteArgumentCategory (
category As CategoryInfo
)
Dim category As CategoryInfo
Me.WriteArgumentCategory(category)
protected:
virtual void WriteArgumentCategory(
CategoryInfo category
)
This method is called by the base implementation of the WriteArgumentCategoryHeader(CategoryInfo) method.
You can override this method if you wish to change how the category description is determined for a category. If you want to change the formatting of the category header, override the WriteArgumentCategoryHeader(CategoryInfo) method instead.