IVsPersistDocData3 Interface

 

Tells the data document (object implementing IVsPersistDocData) whether or not to release its storage for closing or reloading. Extends, but does not inherit from, IVsPersistDocData.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("DEC057F4-46D1-4BD3-9D63-21E5E3F19368")]
[InterfaceTypeAttribute(1)]
public interface IVsPersistDocData3

NameDescription
System_CAPS_pubmethodHandsOffDocDataStorage()

Tells the data document (object implementing IVsPersistDocData) to release any hold it has on its storage (i.e. release any file system locks on its file).

System_CAPS_pubmethodHandsOnDocDataStorage()

Enables the data document to place locks on its storage.

Return to top
Show: