Non Rendered Parent Element Constructor
Constructor
Definition
Namespace: Sandcastle.Core.PresentationStyle.Transformation.Elements
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#
public NonRenderedParentElement(
string name
)VB
Public Sub New (
name As String
)C++
public:
NonRenderedParentElement(
String^ name
)F#
new :
name : string -> NonRenderedParentElementParameters
- name String
- The element name
Remarks
This element only contains child elements and has no title. If it contains a title
element, it will be ignored.