IVsRunningDocumentTable5 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class IVsRunningDocumentTable5
public interface class IVsRunningDocumentTable5
__interface IVsRunningDocumentTable5
public interface IVsRunningDocumentTable5
[System.Runtime.InteropServices.Guid("DD4E3397-637C-4597-B337-045BB3FF24B5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocumentTable5
type IVsRunningDocumentTable5 = interface
[<System.Runtime.InteropServices.Guid("DD4E3397-637C-4597-B337-045BB3FF24B5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocumentTable5 = interface
Public Interface IVsRunningDocumentTable5
- Attributes
Remarks
This interface must be accessed on the main thread.
Methods
HandsOffDocument(UInt32, String) |
This method is typically called prior to an operation that will change the document on disk. When the operation is complete, HandsOnDocument should be called.It performs the following actions: - IVsFileChangeEx.IgnoreFile(true) - IVsTrackProjectDocuments3.HandsOffFilesIf the document's docdata supports it: - IVsPersistDocData3.HandsOffDocDataStorage - IVsDocDataFileChangeControl.IgnoreFileChangesIf the document's hierarchy supports it: - IVsPersistHierarchyItem2.IgnoreItemFileChanges |
HandsOnDocument(UInt32, String) |
Undoes the actions performed by HandsOffDocument. |