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
public const string EmptySolution
public:
literal String^ EmptySolution
static val mutable EmptySolution: string
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 GUID for this context is: {ADFC4E65-0397-11D1-9F4E-00A0C911004F}. It is defined in vsshlids.h and vsshell.h.
.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.