Topic Transformation CoreTransformation Arguments Property
This read-only property returns a dictionary used to contain transformation arguments used by the
presentation style
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#
public IReadOnlyDictionary<string, TransformationArgument> TransformationArguments { get; }VB
Public ReadOnly Property TransformationArguments As IReadOnlyDictionary(Of String, TransformationArgument)
GetC++
public:
property IReadOnlyDictionary<String^, TransformationArgument^>^ TransformationArguments {
IReadOnlyDictionary<String^, TransformationArgument^>^ get ();
}F#
member TransformationArguments : IReadOnlyDictionary<string, TransformationArgument> with get