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)

public:
property bool Modified {
	bool get();
}

Property Value

Type: System::Boolean

true if the buffer has been modified.

Return to top
Show: