_Solution.Saved Property

Definition

Returns true if the object has not been modified since last being saved or opened.

C++/CX
public:
 property bool Saved { bool get(); void set(bool value); };

Property Value

A Boolean value indicating true (default) if the object has not been modified since last being saved or opened; false if otherwise.

Attributes

Remarks

The Saved property replaces the IsDirty property in Visual Studio version 6.0, but it returns the opposite value of IsDirty.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022