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