DocData::Modify Method ()

 

Marks this DocData as modified.

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

public:
void Modify()

Being marked as modified makes the DocData eligible for save. Changes made to the underlying text stream automatically mark the DocData as modified.

Return to top
Show: