IVsProjectUpgradeViaFactory3 Interface

Definition

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.

public interface class IVsProjectUpgradeViaFactory3
public interface class IVsProjectUpgradeViaFactory3
__interface IVsProjectUpgradeViaFactory3
[System.Runtime.InteropServices.Guid("943CE488-176F-457B-8C88-3502C775501C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectUpgradeViaFactory3
[<System.Runtime.InteropServices.Guid("943CE488-176F-457B-8C88-3502C775501C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectUpgradeViaFactory3 = interface
Public Interface IVsProjectUpgradeViaFactory3
Attributes

Methods

CheckProjectUpgraded(String, Boolean, String[])

Determines whether the specified project was upgraded.

Applies to