TopicTransformationCoreTransformationArguments Property
This read-only property returns a dictionary used to contain transformation arguments used by the
presentation style
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public IReadOnlyDictionary<string, TransformationArgument> TransformationArguments { get; }
Public ReadOnly Property TransformationArguments As IReadOnlyDictionary(Of String, TransformationArgument)
Get
public:
property IReadOnlyDictionary<String^, TransformationArgument^>^ TransformationArguments {
IReadOnlyDictionary<String^, TransformationArgument^>^ get ();
}
member TransformationArguments : IReadOnlyDictionary<string, TransformationArgument> with get
Property Value
IReadOnlyDictionaryString,
TransformationArgument