KnownUIContexts Class

 

Supplies predefined, well-known UI contexts.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

System.Object
  Microsoft.VisualStudio.Shell.KnownUIContexts

public static class KnownUIContexts

NameDescription
System_CAPS_pubpropertySystem_CAPS_staticApplicationDesignerContext

Gets a UI context indicating that the Application Designer is active.

System_CAPS_pubpropertySystem_CAPS_staticBackgroundProjectLoadContext

Gets a UI context indicating that a project load operation is occurring in the background, and should not present any UI prompts to the user.

System_CAPS_pubpropertySystem_CAPS_staticCodeWindowContext

Gets a UI context indicating that a code window is active.

System_CAPS_pubpropertySystem_CAPS_staticCSharpProjectContext

Gets a UI context indicating that a C# project is active.

System_CAPS_pubpropertySystem_CAPS_staticDebuggingContext

Gets a UI context indicating that a solution is being debugged.

System_CAPS_pubpropertySystem_CAPS_staticDesignModeContext

Gets a UI context indicating that the environment is in design mode (that is, not debugging).

System_CAPS_pubpropertySystem_CAPS_staticDraggingContext

Gets a UI context indicating that a drag-drop operation in the Solution Explorer is in progress.

System_CAPS_pubpropertySystem_CAPS_staticEmptySolutionContext

Gets a UI context indicating that a solution is loaded, but has no projects.

System_CAPS_pubpropertySystem_CAPS_staticFirstLaunchSetupContext

Gets a UI context indicating that this is the first launch after setup.

System_CAPS_pubpropertySystem_CAPS_staticFSharpProjectContext

Gets a UI context indicating that an F# project is active.

System_CAPS_pubpropertySystem_CAPS_staticFullScreenModeContext

Gets a UI context indicating that the environment is in full screen mode.

System_CAPS_pubpropertySystem_CAPS_staticHistoricalDebuggingContext

Gets a UI context indicating that IntelliTrace (historical debugging) is active.

System_CAPS_pubpropertySystem_CAPS_staticIdeUserSignedInContext

A UI context indicating that the IDE User is signed in.

System_CAPS_pubpropertySystem_CAPS_staticNoSolutionContext

Gets a UI context indicating that no solution is loaded.

System_CAPS_pubpropertySystem_CAPS_staticNotBuildingAndNotDebuggingContext

Gets a UI context indicating that the environment is neither building nor debugging a solution.

System_CAPS_pubpropertySystem_CAPS_staticOsWindows8OrHigherContext

Gets a UI context indicating that the current operating system is Windows 8.

System_CAPS_pubpropertySystem_CAPS_staticProjectRetargetingContext

Gets a UI context indicating that a project's target framework is being changed.

System_CAPS_pubpropertySystem_CAPS_staticPropertyPageDesignerContext

Gets a UI context indicating that the Property Page Designer is active.

System_CAPS_pubpropertySystem_CAPS_staticRESXEditorContext

Gets a UI context indicating that the RESX designer is active.

System_CAPS_pubpropertySystem_CAPS_staticSettingsDesignerContext

Gets a UI context indicating that the Settings Designer is active.

System_CAPS_pubpropertySystem_CAPS_staticShellInitializedContext

A UI context indicating that the shell has entered its main message loop.

System_CAPS_pubpropertySystem_CAPS_staticSolutionBuildingContext

Gets a UI context indicating that a solution is being built.

System_CAPS_pubpropertySystem_CAPS_staticSolutionExistsAndFullyLoadedContext

Gets a UI context indicating that a solution is fully loaded.

System_CAPS_pubpropertySystem_CAPS_staticSolutionExistsAndNotBuildingAndNotDebuggingContext

Gets a UI context indicating that a solution is loaded, and the environment is neither building nor debugging it.

System_CAPS_pubpropertySystem_CAPS_staticSolutionExistsContext

Gets a UI context indicating that a solution is loaded.

System_CAPS_pubpropertySystem_CAPS_staticSolutionHasAppContainerProjectsContext

Gets a UI context indicating that a solution with at least one app container project is loaded.

System_CAPS_pubpropertySystem_CAPS_staticSolutionHasMultipleProjectsContext

Gets a UI context indicating that a solution with more than one project is loaded.

System_CAPS_pubpropertySystem_CAPS_staticSolutionHasSingleProjectContext

Gets a UI context indicating that a solution with exactly one project is loaded.

System_CAPS_pubpropertySystem_CAPS_staticSolutionOpeningContext

Gets a UI context indicating that a solution is about to be opened.

System_CAPS_pubpropertySystem_CAPS_staticSolutionOrProjectUpgradingContext

Gets a UI context indicating that a solution or project is being upgraded.

System_CAPS_pubpropertySystem_CAPS_staticStandardPreviewerConfigurationChanging

Gets a UI context indicating that the standard previewers (browsers) configuration is changing, either browsers are added or removed, or the default browser(s) changed.

System_CAPS_pubpropertySystem_CAPS_staticToolboxInitializedContext

Gets a UI context indicating that the toolbox has been initialized.

System_CAPS_pubpropertySystem_CAPS_staticToolboxVisibleContext

Gets a UI context indicating that the toolbox is visible.

System_CAPS_pubpropertySystem_CAPS_staticVBProjectContext

Gets a UI context indicating that a Visual Basic project is active.

System_CAPS_pubpropertySystem_CAPS_staticVCProjectContext

Gets a UI context indicating that a Visual C++ project is active.

System_CAPS_pubpropertySystem_CAPS_staticWizardOpen

A UI context indicating whether a Wizard is currently open.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: