TopicTransformationCore.ApiTypeNameDecorated Method
This is used to get a type name in decorated with language-specific text elements based on the given
type information.
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2025.3.22.0
protected virtual void ApiTypeNameDecorated(
XElement memberName,
XElement typeInfo
)
Protected Overridable Sub ApiTypeNameDecorated (
memberName As XElement,
typeInfo As XElement
)
protected:
virtual void ApiTypeNameDecorated(
XElement^ memberName,
XElement^ typeInfo
)
abstract ApiTypeNameDecorated :
memberName : XElement *
typeInfo : XElement -> unit
override ApiTypeNameDecorated :
memberName : XElement *
typeInfo : XElement -> unit
Parameters
- memberName XElement
- An XML element to which the name elements are added
- typeInfo XElement
- An element containing the type information for the reference link
This method will call itself recursively if necessary to render type specializations,
template parameter types, array types, etc. This will render language-specific text elements where
needed. Non-HTML presentation styles may override this method to obtain the result and then strip
or replace the language-specific text elements as they see fit.