Table of Contents

Interface ICodeSnippetHeader

Namespace
Alternet.Syntax.CodeCompletion
Assembly
Alternet.Syntax.v9.dll

Represents properties and methods describing code snippet header.

public interface ICodeSnippetHeader : ICodeCompletionProviderItem, IComparable

Properties

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 ICodeSnippetHeader object.