Freigeben über


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

Rückgabewert

Typ: System.Int32

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ModelingErrorListProvider Klasse

Microsoft.VisualStudio.Modeling.Shell-Namespace