IVsProjectUpgradeViaFactory3 Interface

Allows users of project factories to check whether projects migration is complete and to get the name of the upgraded project. This information needs to be persisted until the new upgraded project is closed or unloaded.

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("943CE488-176F-457B-8C88-3502C775501C")> _
Public Interface IVsProjectUpgradeViaFactory3
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("943CE488-176F-457B-8C88-3502C775501C")]
public interface IVsProjectUpgradeViaFactory3
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"943CE488-176F-457B-8C88-3502C775501C")]
public interface class IVsProjectUpgradeViaFactory3
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("943CE488-176F-457B-8C88-3502C775501C")>]
type IVsProjectUpgradeViaFactory3 =  interface end
public interface IVsProjectUpgradeViaFactory3

The IVsProjectUpgradeViaFactory3 type exposes the following members.

Methods

  Name Description
Public method CheckProjectUpgraded Determines whether the specified project was upgraded.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace