Compartir a través de


IVsRunningDocTableEvents2 Members

Include Protected Members
Include Inherited Members

Implements methods that fire in response to changes to documents in the Running Document Table (RDT).

The IVsRunningDocTableEvents2 type exposes the following members.

Methods

  Name Description
Public method OnAfterAttributeChange Called after a change in an attribute of a document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.)
Public method OnAfterAttributeChange(UInt32, UInt32) Called after a change in a document attribute of a document in the Running Document Table (RDT).
Public method OnAfterAttributeChangeEx Called after a document attribute changes. This is an advanced version of the OnAfterAttributeChange method.
Public method OnAfterDocumentWindowHide Called after a document window is placed in the Hide state. (Inherited from IVsRunningDocTableEvents.)
Public method OnAfterDocumentWindowHide(UInt32, IVsWindowFrame) Called after a document window is hidden.
Public method OnAfterFirstDocumentLock Called after application of the first lock of the specified type to the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.)
Public method OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32) Called after applying the first lock of the specified type to the specified document in the Running Document Table (RDT).
Public method OnAfterSave Called after saving a document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.)
Public method OnAfterSave(UInt32) Called after a document in the Running Document Table (RDT) is saved.
Public method OnBeforeDocumentWindowShow Called before displaying a document window. (Inherited from IVsRunningDocTableEvents.)
Public method OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame) Called before displaying a document window.
Public method OnBeforeLastDocumentUnlock Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT). (Inherited from IVsRunningDocTableEvents.)
Public method OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32) Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT).

Top

See Also

Reference

IVsRunningDocTableEvents2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace