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
'宣告
Public Sub Modify
public void 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.