Click or drag to resize
Sandcastle Help File BuilderSandcastleProjectTransformComponentArguments Property
This returns an enumerable list of transform component arguments

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
public IEnumerable<TransformComponentArgument> TransformComponentArguments { get; }

Return Value

Type: IEnumerableTransformComponentArgument
An enumerable list of transform component arguments
Remarks
These are passed as arguments to the XSL transformations used by the BuildAssemblerTransformComponent.
See Also