IVsProjectUpgradeViaFactory3::CheckProjectUpgraded Method (String^, Boolean, array<String^>^)

 

Determines whether the specified project was upgraded.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: