Topic Transformation CoreApi Type Name Decorated Method
This is used to get a type name in decorated with language-specific text elements based on the given
type information.
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 virtual void ApiTypeNameDecorated(
XElement memberName,
XElement typeInfo
)VB
Protected Overridable Sub ApiTypeNameDecorated (
memberName As XElement,
typeInfo As XElement
)C++
protected:
virtual void ApiTypeNameDecorated(
XElement^ memberName,
XElement^ typeInfo
)F#
abstract ApiTypeNameDecorated :
memberName : XElement *
typeInfo : XElement -> unit
override ApiTypeNameDecorated :
memberName : XElement *
typeInfo : XElement -> unit Parameters
Remarks
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.