Share via


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)

Syntax

'Declaration
Public Sub Modify
public void Modify()
public:
void Modify()
member Modify : unit -> unit
public function Modify()

Remarks

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

.NET Framework Security

See Also

Reference

DocData Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace