UIContextGuids.SolutionBuilding Field
Specifies a context in which a project or solution is currently being built.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Public Const SolutionBuilding As String
public const string SolutionBuilding
public:
literal String^ SolutionBuilding
static val mutable SolutionBuilding: string
public const var SolutionBuilding : String
Remarks
This context becomes active during a build operation. Note that this context applies to both building a solution and building individual projects and then only when the project is actually being built (that is, if a project is up-to-date, this context is not made active). If a solution with multiple projects is being built or rebuilt, this context is made active only once for all projects being built.
The GUID for this context is: {ADFC4E60-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.