Campo UIContextGuids80.SolutionExistsAndNotBuildingAndNotDebugging

 

Especifica um contexto em que uma solução é carregado e não está sendo construído ou depurado.

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

Sintaxe

public const string SolutionExistsAndNotBuildingAndNotDebugging
public:
literal String^ SolutionExistsAndNotBuildingAndNotDebugging
static val mutable SolutionExistsAndNotBuildingAndNotDebugging : string
Public Const SolutionExistsAndNotBuildingAndNotDebugging As String

Valor de Campo

Type: System.String

Comentários

Neste contexto está sempre ativo quando uma solução é carregada e a solução não está depurando e não está criando.Nesse contexto é efetivamente uma combinação da SolutionExists e NotBuildingAndNotDebugging contextos.

O GUID para este contexto é: {D0E4DEEC-1B53-4cda-8559-D454583AD23B}.Ele é definido em vsshlids.h e vsshell80.h.

Consulte também

Classe UIContextGuids80
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo