BaseDocData.IsDocSaved Property
Gets or sets the flag indicating the document has been saved.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Property IsDocSaved As Boolean
Get
Set
'Usage
Dim value As Boolean
value = Me.IsDocSaved
Me.IsDocSaved = value
protected bool IsDocSaved { get; set; }
protected:
property bool IsDocSaved {
bool get ();
void set (bool value);
}
function get IsDocSaved () : boolean
function set IsDocSaved (value : boolean)
member IsDocSaved : bool with get, set
Property Value
Type: System.Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace