CodeSnippetGroupSnippetGroupElement Property

This read-only property is used to get the containing group element

Definition

Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public XmlElement SnippetGroupElement { get; }

Property Value

XmlElement

Remarks

This serves as a place holder during the grouping and sorting operations and it becomes the parent of the code snippets in the final topic.

See Also