ISandcastleProjectTransformComponentArguments Property

This returns an enumerable list of transform component arguments

Definition

Namespace: Sandcastle.Core.Project
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.9.30.0
IEnumerable<TransformationArgument> TransformComponentArguments { get; }

Return Value

IEnumerableTransformationArgument
An enumerable list of transform component arguments

Remarks

These are passed as arguments to the XSL transformations used by the BuildAssemblerTransformComponent.

See Also