Method UnregisterSnippet
- Namespace
- Alternet.Syntax.CodeCompletion
- Assembly
- Alternet.Syntax.v9.dll
UnregisterSnippet(string)
When implemented by a class, removes specified snippet from the list of snippets.
bool UnregisterSnippet(string snippet)
Parameters
snippet
stringSpecifies name of snippet to be removed.
Returns
- bool
True if succeed; otherwise false.