Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Wiki Markup
{description}
{excerpt}Deletes all the text and properties of this Element. The element then is no longer a valid element of the type.  It is now just a position of where that element used to be.{excerpt}
{signature:C#}
 public virtual void DeleteElement()
{signature}{signature:vb.net}
Public Overridable Sub DeleteElement()
{signature}
{example}{code:csharp|title=C#}
e.DeleteElement();{code}
{code:vb.net|title=vb.net}
e.DeleteElement(){code}

{example}