UIContextGuids.NoSolution Field

Specifies a context in which no solution is loaded.

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

Syntax

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

value = UIContextGuids.NoSolution
public const string NoSolution
public:
literal String^ NoSolution
public const var NoSolution : String

Field Value

Type: System.String

Remarks

This context becomes active when a solution is closed by selecting Close Solution from the File menu or by starting up Visual Studio with the start up option of "Show Empty Environment" selected in the Options dialog box.

This context is the opposite of the SolutionExists context.

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

Permissions

See Also

Reference

UIContextGuids Class

UIContextGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace