ProjectOpenedEventArgs.WasUpgraded Property

Gets a value that indicates whether the project file was upgraded.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public ReadOnly Property WasUpgraded As Boolean
public bool WasUpgraded { get; }
public:
property bool WasUpgraded {
    bool get ();
}
member WasUpgraded : bool
function get WasUpgraded () : boolean

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

ProjectOpenedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace