ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock-Methode
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
)
Parameter
- docCookie
Typ: System.UInt32
- dwRDTLockType
Typ: System.UInt32
- dwReadLocksRemaining
Typ: System.UInt32
- dwEditLocksRemaining
Typ: System.UInt32
Rückgabewert
Typ: System.Int32
Implementiert
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.