Topic Transformation CoreAdd Transformation Argument Method
Add a new transformation argument
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public void AddTransformationArgument(
TransformationArgument argument
)VB
Public Sub AddTransformationArgument (
argument As TransformationArgument
)C++
public:
void AddTransformationArgument(
TransformationArgument^ argument
)F#
member AddTransformationArgument :
argument : TransformationArgument -> unit Parameters
- argument TransformationArgument
- The transformation argument information
Exceptions
| ArgumentException | This is thrown if a transformation argument already exists for the new argument's name. |