IVsRunningDocumentTable5 Interface

Definition

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

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.

Applies to