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

‘선언
Public ReadOnly Property Modified As Boolean
    Get
‘사용 방법
Dim instance As DocData
Dim value As Boolean

value = instance.Modified
public bool Modified { get; }
public:
property bool Modified {
    bool get ();
}
member Modified : bool
function get Modified () : boolean

Property Value

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

.NET Framework Security

See Also

Reference

DocData Class

DocData Members

Microsoft.VisualStudio.Shell.Design.Serialization Namespace