MetadataObject.IsRemoved Property
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.
A Boolean specifying whether this object was removed from an object tree.
public bool IsRemoved { get; }
member this.IsRemoved : bool
Public ReadOnly Property IsRemoved As Boolean
Property Value
Remarks
Removed objects cannot be modified or reattached to an object tree again.