KnownUIContexts.SolutionExistsAndFullyLoadedContext 属性

定义

获取指示解决方案已完全加载的 UI 上下文。

public:
 static property Microsoft::VisualStudio::Shell::UIContext ^ SolutionExistsAndFullyLoadedContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext SolutionExistsAndFullyLoadedContext { get; }
member this.SolutionExistsAndFullyLoadedContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property SolutionExistsAndFullyLoadedContext As UIContext

属性值

UIContext

注解

此 UI 上下文旨在通知,如果使用任何后台解决方案加载,则所有这些后台活动也会完成。 请注意,即使未采用任何后台解决方案加载,也会在加载解决方案结束时触发此 UI 上下文。

适用于