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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("943CE488-176F-457B-8C88-3502C775501C")]
public interface IVsProjectUpgradeViaFactory3

NameDescription
System_CAPS_pubmethodCheckProjectUpgraded(String, Boolean, String[])

Determines whether the specified project was upgraded.

Return to top
Show: