VCCodeIDLImport.IsZombie Propriété

Définition

Obtient une valeur indiquant si le parent existe.

public:
 property bool IsZombie { bool get(); };
public:
 property bool IsZombie { bool get(); };
[System.Runtime.InteropServices.DispId(515)]
public bool IsZombie { [System.Runtime.InteropServices.DispId(515)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(515)>]
[<get: System.Runtime.InteropServices.DispId(515)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.IsZombie : bool
Public ReadOnly Property IsZombie As Boolean

Valeur de propriété

Boolean

true si un objet n'existe pas ; sinon, false.

Attributs

Remarques

Un VCCodeModel objet représente l’état de cet objet particulier tel qu’il était dans le fichier au moment où il a été récupéré. Toutefois, l’utilisateur peut contenir une référence à un VCCodeModel objet qui n’existe plus. Étant donné que l’objet n’existe plus, l’appel de toute méthode sur celui-ci échoue.

La IsZombie propriété est true lorsque cet objet particulier n’existe plus. Cette situation peut se produire lorsque la déclaration de classe a été supprimée, que le projet a été fermé ou que d’autres conditions sont apparues.

S’applique à