VCCodeEnum.IsZombie 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示 VCCodeEnum 对象是否存在。
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
属性值
true 如果对象不再存在,则为; 否则为。否则为 false 。
- 属性
注解
VCCodeModel对象表示该特定对象在检索时在文件中的状态。 但是,用户可以保存对 VCCodeModel 不再存在的对象的引用。 因为该对象已不存在,所以对它调用任何方法都将失败。
IsZombie true 如果该特定的对象不再存在,则为属性。 当类声明已删除、项目已关闭或其他条件具有怀疑时,就会发生这种情况。