UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging Field

Specifies a context in which a solution is loaded and is not being built or debugged.

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

Syntax

'宣言
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String
'使用
Dim value As String

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

Field Value

Type: System.String

Remarks

This context is always active when a solution is loaded and the solution is not debugging and is not building. This context is effectively a combination of the SolutionExists and NotBuildingAndNotDebugging contexts.

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

Permissions

See Also

Reference

UIContextGuids80 Class

UIContextGuids80 Members

Microsoft.VisualStudio.Shell.Interop Namespace