IVsRunningDocTableEvents2 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 a document attribute of a document in the Running Document Table (RDT). |
![]() | OnAfterAttributeChangeEx(UInt32, UInt32, IVsHierarchy^, UInt32, String^, IVsHierarchy^, UInt32, String^) | Called after a document attribute changes. This is an advanced version of the OnAfterAttributeChange method. |
![]() | OnAfterDocumentWindowHide(UInt32, IVsWindowFrame^) | Called after a document window is hidden. |
![]() | 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). |
![]() | OnAfterSave(UInt32) | Called after a document in the Running Document Table (RDT) is saved. |
![]() | 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:
