VCCodeUsingAlias::IsZombie Property
Visual Studio 2015
Determines whether the object exists.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
A VCCodeModel object represents the state of that particular object as it was in the file at the time it was retrieved. However, the user can hold a reference to a VCCodeModel object that no longer exists. Because the object no longer exists, calling any method on it fails.
Show: