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: Boolean
true if the buffer has been modified.
.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.