LifetimeInformation::HasBeenDeleted Property
Visual Studio 2015
Gets a value indicating whether whether an object has been deleted but not yet discarded by the garbage collector.
Assembly: EnvDTE80 (in EnvDTE80.dll)
Property Value
Type: System::Booleantrue if the object behind it has been deleted; otherwise, false.
This property is used to signify that you have a reference to an object that is no longer valid and any calls to the object should fail.
Show: