ProjectItem.Saved 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.
Gets or sets a value indicating whether or not the object has been modified since last being saved or opened.
public:
property bool Saved { bool get(); void set(bool value); };
public:
property bool Saved { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(113)]
public bool Saved { [System.Runtime.InteropServices.DispId(113)] get; [System.Runtime.InteropServices.DispId(113)] set; }
[<System.Runtime.InteropServices.DispId(113)>]
[<get: System.Runtime.InteropServices.DispId(113)>]
[<set: System.Runtime.InteropServices.DispId(113)>]
member this.Saved : bool with get, set
Public Property Saved As Boolean
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.