UIContextGuids.EmptySolution Field

Specifies a context in which an empty solution has been loaded.

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

Syntax

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

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

Field Value

Type: System.String

Remarks

This context becomes active when no solution is loaded. This context becomes inactive when a solution with at least one project is loaded.

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

Permissions

See Also

Reference

UIContextGuids Class

UIContextGuids Members

Microsoft.VisualStudio.Shell.Interop Namespace