KnownUIContexts.BackgroundProjectLoadContext 属性

定义

注意

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

属性值

UIContext
属性

适用于