UIContext.IsZombie Property

Definition

Gets a value indicating whether this UIContext is a zombie. This can be true when VS is in command line mode, or if this value is queried for too early during startup.

public:
 property bool IsZombie { bool get(); };
public bool IsZombie { get; }
member this.IsZombie : bool
Public ReadOnly Property IsZombie As Boolean

Property Value

Applies to