UIContext.IsZombie Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether this UIContext is a zombie.
This can be true
when VS is in command line mode or /updateConfiguration.
public:
property bool IsZombie { bool get(); };
public bool IsZombie { get; }
member this.IsZombie : bool
Public ReadOnly Property IsZombie As Boolean