IDeletableElement Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents an XML element in an IXmlRepository that can be deleted.
public interface IDeletableElement
type IDeletableElement = interface
Public Interface IDeletableElement
Properties
DeletionOrder |
Elements are deleted in increasing DeletionOrder. |
Element |
The XML element. |