UIContextGuids80.SolutionOrProjectUpgrading Field
Specifies a context in which a solution or project is being upgraded.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Dichiarazione
Public Const SolutionOrProjectUpgrading As String
'Utilizzo
Dim value As String
value = UIContextGuids80.SolutionOrProjectUpgrading
public const string SolutionOrProjectUpgrading
public:
literal String^ SolutionOrProjectUpgrading
public const var SolutionOrProjectUpgrading : String
Field Value
Type: System.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 context that is usable in a .ctc file is:
#define UICONTEXT_SolutionOrProjectUpgrading { 0xEF4F870B, 0x7B85, 0x4F29, { 0x9D, 0x15, 0xCE, 0x1A, 0xBF, 0xBE, 0x73, 0x3B } }
Permissions
- 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.