UIContextGuids80.EmptySolution Field

Specifies a context in which an empty solution has been loaded.

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

Syntax

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

value = UIContextGuids80.EmptySolution
public const string EmptySolution
public:
literal String^ EmptySolution
public const var EmptySolution : String

Remarks

This context becomes active when no solution is loaded. This context becomes inactive when a solution with at least one project is loaded.

The .ctc file label for this context is UICONTEXT_EmptySolution. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace