IVsRunningDocTableEvents3 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 an attribute of a document in the Running Document Table (RDT) changes. |
![]() | OnAfterAttributeChangeEx(UInt32, UInt32, IVsHierarchy^, UInt32, String^, IVsHierarchy^, UInt32, String^) | Called after a document attribute is changed. 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 application of the first lock of the specified type to a 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). |
![]() | OnBeforeSave(UInt32) | Called before saving a document. |
Show:
