ConvertibleElement(String, String, String, String) Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public ConvertibleElement(
string name,
string valueAttributeName,
string renderedElement,
string styleName
)
Public Sub New (
name As String,
valueAttributeName As String,
renderedElement As String,
styleName As String
)
public:
ConvertibleElement(
String^ name,
String^ valueAttributeName,
String^ renderedElement,
String^ styleName
)
new :
name : string *
valueAttributeName : string *
renderedElement : string *
styleName : string -> ConvertibleElement
Parameters
- name String
- The element name
- valueAttributeName String
- The attribute name from which to get the value to render in the content
- renderedElement String
- The element name to use in the rendered topic
- styleName String
- The style name to use in the style attribute