Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements additional methods that fire in response to changes to documents in the Running Document Table (RDT).
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<GuidAttribute("EE37A122-55A0-4D1D-970A-78D5EECAD16E")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsRunningDocTableEvents5
[GuidAttribute("EE37A122-55A0-4D1D-970A-78D5EECAD16E")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRunningDocTableEvents5
[GuidAttribute(L"EE37A122-55A0-4D1D-970A-78D5EECAD16E")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsRunningDocTableEvents5
[<GuidAttribute("EE37A122-55A0-4D1D-970A-78D5EECAD16E")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRunningDocTableEvents5 = interface end
public interface IVsRunningDocTableEvents5
The IVsRunningDocTableEvents5 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnAfterDocumentLockCountChanged | Called after the document lock count changes. |
Top