CodeSnippetGroupSnippetGroupElement Property
This read-only property is used to get the containing group element
Namespace: Sandcastle.Tools.BuildComponents.SnippetsAssembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2024.12.21.0
public XmlElement SnippetGroupElement { get; }
Public ReadOnly Property SnippetGroupElement As XmlElement
Get
public:
property XmlElement^ SnippetGroupElement {
XmlElement^ get ();
}
member SnippetGroupElement : XmlElement with get
Property Value
XmlElement 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.