Share via


IVsRunningDocTableEvents5.OnAfterDocumentLockCountChanged Method

Called after the document lock count changes.

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

Syntax

'Declaration
Sub OnAfterDocumentLockCountChanged ( _
    docCookie As UInteger, _
    dwRDTLockType As UInteger, _
    dwOldLockCount As UInteger, _
    dwNewLockCount As UInteger _
)
void OnAfterDocumentLockCountChanged(
    uint docCookie,
    uint dwRDTLockType,
    uint dwOldLockCount,
    uint dwNewLockCount
)
void OnAfterDocumentLockCountChanged(
    [InAttribute] unsigned int docCookie, 
    [InAttribute] unsigned int dwRDTLockType, 
    [InAttribute] unsigned int dwOldLockCount, 
    [InAttribute] unsigned int dwNewLockCount
)
abstract OnAfterDocumentLockCountChanged : 
        docCookie:uint32 * 
        dwRDTLockType:uint32 * 
        dwOldLockCount:uint32 * 
        dwNewLockCount:uint32 -> unit
function OnAfterDocumentLockCountChanged(
    docCookie : uint, 
    dwRDTLockType : uint, 
    dwOldLockCount : uint, 
    dwNewLockCount : uint
)

Parameters

  • docCookie
    Type: System.UInt32

    [in] The document that has changed.

  • dwRDTLockType
    Type: System.UInt32

    [in] The lock options for the document.

  • dwOldLockCount
    Type: System.UInt32

    [in] The lock count before the change occurred.

  • dwNewLockCount
    Type: System.UInt32

    [in] The lock count after the change occurred.

.NET Framework Security

See Also

Reference

IVsRunningDocTableEvents5 Interface

Microsoft.VisualStudio.Shell.Interop Namespace