Udostępnij za pośrednictwem


Metoda DesignerDocDataService.IVsRunningDocTableEvents2.OnBeforeLastDocumentUnlock —

Wywołana przed ostatnim lock określonego typu jest wydany dokument określony w uruchomiony dokumentu tabeli (RDT).

Przestrzeń nazw:  Microsoft.VisualStudio.Shell.Design.Serialization
Zestaw:  Microsoft.VisualStudio.Shell.Design (w Microsoft.VisualStudio.Shell.Design.dll)

Składnia

'Deklaracja
Private Function OnBeforeLastDocumentUnlock ( _
    docCookie As UInteger, _
    lockType As UInteger, _
    readLocksRemaining As UInteger, _
    editLocksRemaining As UInteger _
) As Integer Implements IVsRunningDocTableEvents2.OnBeforeLastDocumentUnlock
int IVsRunningDocTableEvents2.OnBeforeLastDocumentUnlock(
    uint docCookie,
    uint lockType,
    uint readLocksRemaining,
    uint editLocksRemaining
)

Parametry

  • docCookie
    Typ: System.UInt32
    Identyfikator obiektu danych dokumentu w tabeli dokument z systemem.
  • lockType
    Typ: System.UInt32
    __VSRDTFLAGS Określanie typu blokady wydano wartości.
  • readLocksRemaining
    Typ: System.UInt32
    Liczba blokad odczytu pozostałych.
  • editLocksRemaining
    Typ: System.UInt32
    Liczba blokad edycji pozostałych.

Wartość zwracana

Typ: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Implementuje

IVsRunningDocTableEvents2.OnBeforeLastDocumentUnlock(UInt32, UInt32, UInt32, UInt32)

Uwagi

Ta metoda wymaga OnBeforeLastDocumentUnlock.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

DesignerDocDataService Klasa

Przestrzeń nazw Microsoft.VisualStudio.Shell.Design.Serialization