다음을 통해 공유


IVsRunningDocTableEvents5 Interface

Definition

Implements additional methods that fire in response to changes to documents in the Running Document Table (RDT).

public interface class IVsRunningDocTableEvents5
public interface class IVsRunningDocTableEvents5
__interface IVsRunningDocTableEvents5
[System.Runtime.InteropServices.Guid("EE37A122-55A0-4D1D-970A-78D5EECAD16E")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocTableEvents5
[<System.Runtime.InteropServices.Guid("EE37A122-55A0-4D1D-970A-78D5EECAD16E")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocTableEvents5 = interface
Public Interface IVsRunningDocTableEvents5
Attributes

Methods

OnAfterDocumentLockCountChanged(UInt32, UInt32, UInt32, UInt32)

Called after the document lock count changes.

Applies to