KnownUIContexts.BackgroundProjectLoadContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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