Package.Zombied Property

Definition

Gets a value indicating whether the package in the process of shutdown.

C++/CX
public:
 property bool Zombied { bool get(); };

Property Value

true if the package is in the process of shutdown, otherwise false.

Remarks

The Zombied property indicates that the package is being shut down. It returns true when the package’s Close method is called by Visual Studio.

It is usually not appropriate to initiate any new activity when the VSPackage is being closed.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022