VCCodeUsingAlias.IsZombie Property
Determines whether the object exists.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
'Declaration
ReadOnly Property IsZombie As Boolean
bool IsZombie { get; }
property bool IsZombie {
bool get ();
}
abstract IsZombie : bool with get
function get IsZombie () : boolean
Property Value
Type: System.Boolean
true if the object no longer exists; otherwise, false.
Remarks
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.