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
- 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.