Interface ICodeSnippetCode
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
Specifies the code that you want to insert into a file.
public interface ICodeSnippetCode : ICodeCompletionProviderItem, IComparable
Properties
- Code
When implemented by a class, specifies the code that you want to insert into a file.
- Delimiter
When implemented by a class, specifies the delimiter used to describe literals and objects in the code.
- Kind
When implemented by a class, specifies the kind of code the snippet contains, and thus, where the snippet can be inserted.
- Language
When implemented by a class, specifies the language of the code snippet.
Methods
- Assign(ICodeSnippetCode)
When implemented by a class, copies the contents of another
ICodeSnippetCode
object.