KnownUIContexts.BackgroundProjectLoadContext 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
Obsolete as of Visual Studio 2019.
获取指示项目加载操作在后台发生的 UI 上下文,不应向用户显示任何 UI 提示。
public:
static property Microsoft::VisualStudio::Shell::UIContext ^ BackgroundProjectLoadContext { Microsoft::VisualStudio::Shell::UIContext ^ get(); };
public static Microsoft.VisualStudio.Shell.UIContext BackgroundProjectLoadContext { get; }
[System.Obsolete("Obsolete as of Visual Studio 2019.")]
public static Microsoft.VisualStudio.Shell.UIContext BackgroundProjectLoadContext { get; }
member this.BackgroundProjectLoadContext : Microsoft.VisualStudio.Shell.UIContext
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
member this.BackgroundProjectLoadContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property BackgroundProjectLoadContext As UIContext
属性值
- 属性