IVsRunningDocTableEvents 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 a change in an attribute of a document in the Running Document Table (RDT).

System_CAPS_pubmethodOnAfterDocumentWindowHide(UInt32, IVsWindowFrame^)

Called after a document window is placed in the Hide state.

System_CAPS_pubmethodOnAfterFirstDocumentLock(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).

System_CAPS_pubmethodOnAfterSave(UInt32)

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

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).

Return to top
Show: