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: UInt32[in] The document that has changed.
dwRDTLockType
Type: UInt32[in] The lock options for the document.
dwOldLockCount
Type: UInt32[in] The lock count before the change occurred.
dwNewLockCount
Type: UInt32[in] The lock count after the change occurred.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.