TopicTransformationCoreAddTransformationArgument Method
Add a new transformation argument
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public void AddTransformationArgument(
TransformationArgument argument
)
Public Sub AddTransformationArgument (
argument As TransformationArgument
)
public:
void AddTransformationArgument(
TransformationArgument^ argument
)
member AddTransformationArgument :
argument : TransformationArgument -> unit
Parameters
- argument TransformationArgument
- The transformation argument information
ArgumentException | This is thrown if a transformation argument already exists for
the new argument's name. |