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.
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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: System.UInt32
- dwRDTLockType
 Type: System.UInt32
- dwReadLocksRemaining
 Type: System.UInt32
- dwEditLocksRemaining
 Type: System.UInt32
Return Value
Type: System.Int32
Implements
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)
.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.