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