public sealed class CodeSnippetGroup
Public NotInheritable Class CodeSnippetGroup
public ref class CodeSnippetGroup sealed
[<SealedAttribute>]
type CodeSnippetGroup = class end
CodeSnippetGroup | Constructor |
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 |
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) |