Share via


DocData.Modified Property

Determines whether the buffer has been modified

Namespace:  Microsoft.VisualStudio.Shell.Design.Serialization
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public ReadOnly Property Modified As Boolean
public bool Modified { get; }
public:
property bool Modified {
    bool get ();
}
member Modified : bool with get
function get Modified () : boolean

Property Value

Type: System.Boolean
true if the buffer has been modified.

.NET Framework Security

See Also

Reference

DocData Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace