Table of Contents

ISandcastleProject.TransformComponentArguments Property

Definition

Namespace
Sandcastle.Core.Project
Assembly
Sandcastle.Core.dll

This returns an enumerable list of transform component arguments

IEnumerable<TransformationArgument> TransformComponentArguments { get; }

Property Value

IEnumerable<TransformationArgument>

An enumerable list of transform component arguments

Remarks

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