NonRenderedParentElement Constructor
Constructor
Namespace: Sandcastle.Core.PresentationStyle.Transformation.ElementsAssembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2024.9.12.0
public NonRenderedParentElement(
string name
)
Public Sub New (
name As String
)
public:
NonRenderedParentElement(
String^ name
)
new :
name : string -> NonRenderedParentElement
Parameters
- name String
- The element name
This element only contains child elements and has no title. If it contains a title
element, it will be ignored.