Solution2::Saved Property

 

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

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

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

Property Value

Type: System::Boolean

true if the object has not been modified since last being saved or opened; otherwise, false. The default is true.

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

No code example is currently available or this language may not be supported.
Return to top
Show: