Campo UIContextGuids80.NotBuildingAndNotDebugging

 

Especifica um contexto em que a solução 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 NotBuildingAndNotDebugging
public:
literal String^ NotBuildingAndNotDebugging
static val mutable NotBuildingAndNotDebugging : string
Public Const NotBuildingAndNotDebugging As String

Valor de Campo

Type: System.String

Comentários

Neste contexto está sempre ativo, exceto durante a criação e depuração.Neste contexto está ativo, mesmo quando uma solução não está carregada.

O GUID para este contexto é: {48EA4A80-F14E-4107-88FA-8D0016F30B9C}.Ele é definido em vsshlids.h e vsshell.h.

Consulte também

Classe UIContextGuids80
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo