Condividi tramite


Metodo ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock

IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)

Sintassi

'Dichiarazione
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
)

Parametri

Valore restituito

Tipo: System.Int32

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ModelingErrorListProvider Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Shell