VsShellUtilities.ShellIsShuttingDown 属性

定义

确定 shell 是否正在关闭。 如果 shell 正在关闭,根本无法使用 shell 服务,或者它将被初始化和僵停。 在启动时,shell 将处于僵停状态,直到它被初始化。

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

属性值

Boolean

true 如果 shell 正在关闭,则为; 否则为 false

适用于