Metoda ModelingErrorListProvider.IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock —
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock
Przestrzeń nazw: Microsoft.VisualStudio.Modeling.Shell
Zestaw: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (w Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Składnia
'Deklaracja
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
)
Parametry
- docCookie
Typ: System.UInt32
- dwRDTLockType
Typ: System.UInt32
- dwReadLocksRemaining
Typ: System.UInt32
- dwEditLocksRemaining
Typ: System.UInt32
Wartość zwracana
Typ: System.Int32
Implementuje
IVsRunningDocTableEvents.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..