IDatabaseProjectFileUpgradeController.IsUpgradeNecessary Method
Returns true if the project upgrade wizard must be displayed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function IsUpgradeNecessary ( _
projectFileFullPath As String _
) As Boolean
bool IsUpgradeNecessary(
string projectFileFullPath
)
bool IsUpgradeNecessary(
String^ projectFileFullPath
)
abstract IsUpgradeNecessary :
projectFileFullPath:string -> bool
function IsUpgradeNecessary(
projectFileFullPath : String
) : boolean
Parameters
- projectFileFullPath
Type: System.String
The full path to the project file.
Return Value
Type: System.Boolean
true if an upgrade is required.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectFileUpgradeController Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace