IVsRunningDocTableEvents3 Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodOnAfterAttributeChange(UInt32, UInt32)

Called after an attribute of a document in the Running Document Table (RDT) changes.

System_CAPS_pubmethodOnAfterAttributeChangeEx(UInt32, UInt32, IVsHierarchy^, UInt32, String^, IVsHierarchy^, UInt32, String^)

Called after a document attribute is changed. This is an advanced version of the OnAfterAttributeChange method.

System_CAPS_pubmethodOnAfterDocumentWindowHide(UInt32, IVsWindowFrame^)

Called after a document window is hidden.

System_CAPS_pubmethodOnAfterFirstDocumentLock(UInt32, UInt32, UInt32, UInt32)

Called after application of the first lock of the specified type to a document in the Running Document Table (RDT).

System_CAPS_pubmethodOnAfterSave(UInt32)

Called after a document in the Running Document Table (RDT) is saved.

System_CAPS_pubmethodOnBeforeDocumentWindowShow(UInt32, Int32, IVsWindowFrame^)

Called before displaying a document window.

System_CAPS_pubmethodOnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)

Called before releasing the last lock of the specified type on the specified document in the Running Document Table (RDT).

System_CAPS_pubmethodOnBeforeSave(UInt32)

Called before saving a document.

Return to top
Show: