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
'使用
Dim instance As DocData
instance.Modify()
public void Modify()
public:
void Modify()
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.
Permissions
- 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.