TopicTransformationCoreElementHandlerFor Method
This is used to retrieve the current handler for the given element name
Namespace: Sandcastle.Core.PresentationStyle.TransformationAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.12.21.0
public Element ElementHandlerFor(
string elementName
)
Public Function ElementHandlerFor (
elementName As String
) As Element
public:
Element^ ElementHandlerFor(
String^ elementName
)
member ElementHandlerFor :
elementName : string -> Element
- elementName String
- The element name for which to get the handler
ElementThe element handler if found or null if there isn't one