LifetimeInformation::HasBeenDeleted Property

 

Gets a value indicating whether whether an object has been deleted but not yet discarded by the garbage collector.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

property bool HasBeenDeleted {
	bool get();
}

Property Value

Type: System::Boolean

true 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.

No code example is currently available or this language may not be supported.
Return to top
Show: