ProjectItem::Saved Property

 

Gets or sets a value indicating whether or not the object has been modified since last being saved or opened.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property bool Saved {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

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

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

Return to top
Show: