Campo UIContextGuids.SolutionExists

 

Especifica um contexto em que uma solução foi carregada.

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

Sintaxe

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

Valor de Campo

Type: System.String

Comentários

Neste contexto se torna ativo quando uma solução é carregada ou criada, incluindo uma solução vazia.Distinguir entre uma solução vazia e uma solução não-vazia, examine o EmptySolution contexto.

Nesse contexto é o oposto da NoSolution contexto.

O GUID para este contexto é: {F1536EF8-92EC-443C-9ED7-FDADF150DA82}.Ele é definido em vsshlids.h, vsshell.h, vsshell80.h e vsshell100.h.

Consulte também

Classe UIContextGuids
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo