Interface ICodeSnippetHeader
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v10.dll
Represents properties and methods describing code snippet header.
public interface ICodeSnippetHeader : ICodeCompletionProviderItem, IComparableProperties
- Author
- When implemented by a class, gets or sets a string value that specifies author of the code snippet. 
- Description
- When implemented by a class, gets or sets a string value that specifies short description of the code snippet, that can help user to choose snippet from the popup window. 
- Shortcut
- When implemented by a class, gets or sets a string value that specifies shortcut of the code snippet. This shortcut is replaced by entire snippet when user presses Tab in the editor. 
- Title
- When implemented by a class, gets or sets a string value that specifies the title of the code snippet. Useful to find necessary item within the snippets collection. 
- Types
- Specifies how the code snippet is inserted into the code. 
Methods
- Assign(ICodeSnippetHeader)
- When implemented by a class, copies the contents of another - ICodeSnippetHeaderobject.