IVsRunningDocTableEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | OnAfterAttributeChange(UInt32, UInt32) | Called after a change in an attribute of a document in the Running Document Table (RDT). |
![]() | OnAfterDocumentWindowHide(UInt32, IVsWindowFrame^) | Called after a document window is placed in the Hide state. |
![]() | OnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32) | Called after application of the first lock of the specified type to the specified document in the Running Document Table (RDT). |
![]() | OnAfterSave(UInt32) | Called after saving a document in the Running Document Table (RDT). |
![]() | OnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame^) | Called before displaying a document window. |
![]() | 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). |
Show:
