Share via


ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock Method

IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock

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

Syntax

'Declaration
Private Function OnBeforeLastDocumentUnlock ( _
    docCookie As UInteger, _
    dwRDTLockType As UInteger, _
    dwReadLocksRemaining As UInteger, _
    dwEditLocksRemaining As UInteger _
) As Integer Implements IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock
int IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock(
    uint docCookie,
    uint dwRDTLockType,
    uint dwReadLocksRemaining,
    uint dwEditLocksRemaining
)
private:
virtual int OnBeforeLastDocumentUnlock(
    unsigned int docCookie, 
    unsigned int dwRDTLockType, 
    unsigned int dwReadLocksRemaining, 
    unsigned int dwEditLocksRemaining
) sealed = IVsRunningDocTableEvents::OnBeforeLastDocumentUnlock
private abstract OnBeforeLastDocumentUnlock : 
        docCookie:uint32 * 
        dwRDTLockType:uint32 * 
        dwReadLocksRemaining:uint32 * 
        dwEditLocksRemaining:uint32 -> int  
private override OnBeforeLastDocumentUnlock : 
        docCookie:uint32 * 
        dwRDTLockType:uint32 * 
        dwReadLocksRemaining:uint32 * 
        dwEditLocksRemaining:uint32 -> int
JScript does not support explicit interface implementations.

Parameters

  • docCookie
    Type: UInt32
  • dwRDTLockType
    Type: UInt32
  • dwReadLocksRemaining
    Type: UInt32
  • dwEditLocksRemaining
    Type: UInt32

Return Value

Type: Int32

Implements

IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)

.NET Framework Security

See Also

Reference

ModelingErrorListProvider Class

Microsoft.VisualStudio.Modeling.Shell Namespace