Package.Zombied Property
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.
Gets a value indicating whether the package in the process of shutdown.
public:
property bool Zombied { bool get(); };
C++/CX
public:
property bool Zombied { bool get(); };
public bool Zombied { get; }
member this.Zombied : bool
Public ReadOnly Property Zombied As Boolean
true
if the package is in the process of shutdown, otherwise false
.
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.
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |