Saved Property
Gets or sets a value indicatingwhether the object has not been modified since last being saved or opened.
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Property Saved As Boolean
Get
Set
'Usage
Dim instance As OAProject
Dim value As Boolean
value = instance.Saved
instance.Saved = value
public virtual bool Saved { get; set; }
public:
virtual property bool Saved {
bool get ();
void set (bool value);
}
abstract Saved : bool with get, set
override Saved : bool with get, set
function get Saved () : boolean
function set Saved (value : boolean)
Property Value
Type: System..::..Boolean
Implements
ProjectSaved()()()()
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace