IVsProjectUpgradeViaFactory3 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |