VCCodeIDLImport.IsZombie Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é
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.