IVsProjectUpgradeViaFactory3::CheckProjectUpgraded Method (String^, Boolean, array<String^>^)
Visual Studio 2015
Determines whether the specified project was upgraded.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int CheckProjectUpgraded( String^ pszFileName, [OutAttribute] bool% pUpgradeComplete, array<String^>^ pbstrUpgradedProjectFileName )
Parameters
- pszFileName
-
Type:
System::String^
The name of the project file after the upgrade.
- pUpgradeComplete
-
Type:
System::Boolean
[out] true if the upgrade occurred and completed successfully, otherwise false.
- pbstrUpgradedProjectFileName
-
Type:
array<System::String^>^
The name of the project file before upgrade.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: