次の方法で共有


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

See Also

Reference

DocData Class

Microsoft.VisualStudio.Shell.Design.Serialization Namespace