SandcastleProjectTransformComponentArguments Property
This returns an enumerable list of transform component arguments
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public IEnumerable<TransformationArgument> TransformComponentArguments { get; }
Public ReadOnly Property TransformComponentArguments As IEnumerable(Of TransformationArgument)
Get
public:
property IEnumerable<TransformationArgument^>^ TransformComponentArguments {
IEnumerable<TransformationArgument^>^ get ();
}
member TransformComponentArguments : IEnumerable<TransformationArgument> with get
Return Value
IEnumerableTransformationArgumentAn enumerable list of transform component arguments
These are passed as arguments to the XSL transformations used by the BuildAssemblerTransformComponent.