VCCodeIDLCoClass.IsZombie Özellik

Tanım

Üst nesnenin varolup olmadığını gösteren bir değer alır.

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

Özellik Değeri

Boolean

true bir nesne artık yoksa Aksi takdirde, false .

Öznitelikler

Açıklamalar

Bir VCCodeModel nesnesi, alındığı sırada dosyada olduğu gibi söz konusu nesnenin durumunu temsil eder. Ancak, Kullanıcı VCCodeModel artık mevcut olmayan bir nesneye başvuru tutabilir. Nesne artık mevcut olmadığından, herhangi bir yöntemi çağırmak başarısız olur.

IsZombieÖzelliği, true söz konusu nesnenin artık mevcut olmadığı bir özelliktir. Bu durum, sınıf bildirimi kaldırıldığında, proje kapatıldığında veya diğer koşullarda arisen olduğunda gerçekleşebilir.

Şunlara uygulanır