ProjectRootElement.HasUnsavedChanges Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the XML has been modified since it was last loaded or saved.
public:
property bool HasUnsavedChanges { bool get(); };
public bool HasUnsavedChanges { get; }
member this.HasUnsavedChanges : bool
Public ReadOnly Property HasUnsavedChanges As Boolean
Property Value
true
if the project has been modified; otherwise, false
.