Code Snippet Group Class
This is used to track a group of related code snippets in the SyntaxComponent
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 sealed class CodeSnippetGroupVB
Public NotInheritable Class CodeSnippetGroupC++
public ref class CodeSnippetGroup sealedF#
[<SealedAttribute>]
type CodeSnippetGroup = class end- Inheritance
- Object CodeSnippetGroup
Constructors
| CodeSnippetGroup | Constructor |
Properties
| CodeSnippets | This read-only property is used to get the list of related code snippets |
| IsStandalone | This is used to get or set whether or not the group is a single, standalone snippet |
| IsSyntaxSection | This is used to get or set whether or not the group is a syntax section |
| SnippetGroupElement | This read-only property is used to get the containing group element |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |