UIContextGuids100.SolutionExistsAndFullyLoaded Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

A solution has been loaded, and all its projects that are not explicitly marked not to load have been loaded also.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaration
Public Const SolutionExistsAndFullyLoaded As String
'Usage
Dim value As String

value = UIContextGuids100.SolutionExistsAndFullyLoaded
public const string SolutionExistsAndFullyLoaded
public:
literal String^ SolutionExistsAndFullyLoaded
static val mutable SolutionExistsAndFullyLoaded: string
public const var SolutionExistsAndFullyLoaded : String

Remarks

Projects that have a _VSProjectLoadPriority of PLP_BackgroundLoad, PLP_DemandLoad, or PLP_LoadIfNeeded are completely loaded when this context is activates. Only projects with PLP_ExplicitLoadOnly are not loaded at this time

The GUID for this context is: {10534154-102D-46E2-ABA8-A6BFA25BA0BE}. It is defined in vsshell100.h.

.NET Framework Security

See Also

Reference

UIContextGuids100 Class

UIContextGuids100 Members

Microsoft.VisualStudio.Shell.Interop Namespace