KnownUIContexts.SolutionExistsAndFullyLoadedContext Property
Gets a UI context indicating that a solution is fully loaded.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly Property SolutionExistsAndFullyLoadedContext As UIContext
public static UIContext SolutionExistsAndFullyLoadedContext { get; }
public:
static property UIContext^ SolutionExistsAndFullyLoadedContext {
UIContext^ get ();
}
static member SolutionExistsAndFullyLoadedContext : UIContext with get
static function get SolutionExistsAndFullyLoadedContext () : UIContext
Property Value
Type: Microsoft.VisualStudio.Shell.UIContext
Remarks
This UI context is intended to signal that if any background solution loading is used then any of these background activities are complete as well. Note that even if no background solution loading was employed, this UI context still fires at the end of solution loading.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.