UIContextGuids100.SolutionOrProjectUpgrading Field

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Specifies a context in which a solution or project is being upgraded.

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

Syntax

'Declaration
Public Const SolutionOrProjectUpgrading As String
'Usage
Dim value As String

value = UIContextGuids100.SolutionOrProjectUpgrading
public const string SolutionOrProjectUpgrading
public:
literal String^ SolutionOrProjectUpgrading
static val mutable SolutionOrProjectUpgrading: string
public const var SolutionOrProjectUpgrading : String

Remarks

This context becomes active only if the solution or project actually needs to be upgraded, typically from a previous version of Visual Studio. This context remains active during the upgrade process and then becomes inactive when the upgrade process is complete.

The GUID for this project is: {EF4F870B-7B85-4F29-9D15-CE1ABFBE733B}. It is defined in vsshell80.h.

.NET Framework Security

See Also

Reference

UIContextGuids100 Class

UIContextGuids100 Members

Microsoft.VisualStudio.Shell.Interop Namespace