Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies a UI context in which a solution exists.
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared ReadOnly UICONTEXT_SolutionExists As Guid
public static readonly Guid UICONTEXT_SolutionExists
public:
static initonly Guid UICONTEXT_SolutionExists
static val UICONTEXT_SolutionExists: Guid
public static final var UICONTEXT_SolutionExists : Guid
Remarks
A successful call to GetCmdUIContextCookie with UICONTEXT_SolutionExists as the first parameter returns the GUID value of the command UI context associated with this specific UI state.
The new UI context (which in this case is UICONTEXT_SolutionExists) may be retrieved with a call to OnCmdUIContextChanged.
This method is not valid (will return E_FAIL) when the IDE is in Command Line Mode.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio Namespace