protected virtual void WriteDefaultValue(
Object defaultValue
)
Protected Overridable Sub WriteDefaultValue (
defaultValue As Object
)
Dim defaultValue As Object
Me.WriteDefaultValue(defaultValue)
protected:
virtual void WriteDefaultValue(
Object^ defaultValue
)
The base implementation writes a string like " Default value: value.", including the leading space.
This method is called by the base implementation of the WriteArgumentDescriptionBody(CommandLineArgument) method if the IncludeDefaultValueInDescription property is and the CommandLineArgumentDefaultValue property is not .