Code Snippet GroupSnippet Group Element 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: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public XmlElement SnippetGroupElement { get; }VB
Public ReadOnly Property SnippetGroupElement As XmlElement
GetC++
public:
property XmlElement^ SnippetGroupElement {
XmlElement^ get ();
}F#
member SnippetGroupElement : XmlElement with getProperty Value
XmlElementRemarks
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.