Topic Transformation CoreElement Handler For Method
This is used to retrieve the current handler for the given element name
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
The element handler if found or null if there isn't one
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public Element ElementHandlerFor(
string elementName
)VB
Public Function ElementHandlerFor (
elementName As String
) As ElementC++
public:
Element^ ElementHandlerFor(
String^ elementName
)F#
member ElementHandlerFor :
elementName : string -> Element Parameters
- elementName String
- The element name for which to get the handler
Return Value
ElementThe element handler if found or null if there isn't one