Topic Transformation CoreCreate Transformation Arguments Method
This is called to create the transformation arguments that will be used by the transformation
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
protected abstract void CreateTransformationArguments()VB
Protected MustOverride Sub CreateTransformationArgumentsC++
protected:
virtual void CreateTransformationArguments() abstractF#
abstract CreateTransformationArguments : unit -> unit Remarks
Transformation arguments are used to pass user-defined values for parts of the rendered
topic such as a logo filename, source code URL, etc.