ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock Method
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaração
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.