RemovedSubtreeEntry Class
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 information about a subtree removed from the object tree.
public class RemovedSubtreeEntry
type RemovedSubtreeEntry = class
Public Class RemovedSubtreeEntry
- Inheritance
-
RemovedSubtreeEntry
Properties
LastParent |
The object that RemovedObject was a child of before it was removed from the object tree. For example, if Table is removed from Model, then Model is the LastParent. |
RemovedObject |
Root of the removed subtree. For example, if Table is removed from Model, then Table is the RemovedObject. |