KnownUIContexts.BackgroundProjectLoadContext Property

Definition

Caution

Obsolete as of Visual Studio 2019.

A UI context indicating it means that a project load operation is occuring in the background, and should not present any UI prompts to the user.

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; }
static member BackgroundProjectLoadContext : Microsoft.VisualStudio.Shell.UIContext
[<System.Obsolete("Obsolete as of Visual Studio 2019.")>]
static member BackgroundProjectLoadContext : Microsoft.VisualStudio.Shell.UIContext
Public Shared ReadOnly Property BackgroundProjectLoadContext As UIContext

Property Value

Attributes

Applies to