UIContextGuids80.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
'Usage
Dim value As String 

value = UIContextGuids80.SolutionBuilding
public const string SolutionBuilding
public:
literal String^ SolutionBuilding
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 .ctc file label for this context is UICONTEXT_SolutionBuilding. See VISIBILITY_SECTION – VISIBILITY_END for details.

.NET Framework Security

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace