Metoda IVsRunningDocTableEvents2.OnAfterSave — (UInt32)
Wywoływana po zapisaniu dokumentu w uruchomiony dokumentu tabeli (RDT).
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OnAfterSave(
uint docCookie
)
int OnAfterSave(
unsigned int docCookie
)
abstract OnAfterSave :
docCookie:uint32 -> int
Function OnAfterSave (
docCookie As UInteger
) As Integer
Parametry
- docCookie
[w] Abstrakcyjna wartość reprezentująca dokument, którego atrybuty zostały zmienione.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Implementuje
IVsRunningDocTableEvents.OnAfterSave(UInt32)
Uwagi
Jeśli użytkownik chce wiedzieć, jeśli projekt lub rozwiązanie jest obecnie zamknięcia po otrzymaniu OnAfterSave powiadomienia, trzeba monitorować zdarzenia na IVsSolutionEvents3 interfejsu.Aby to zrobić:
Kwerenda SVsSolution service, aby uzyskać IVsSolution interfejsu.
Uzyskanie IVsSolution2 interfejsu z IVsSolution interfejsu
Następnie należy wywołać AdviseSolutionEvents do przekazania w danej implementacji IVsSolutionEvents3.
Podpis COM
Z vsshell.idl:
HRESULT IVsRunningDocTableEvents2::OnAfterSave(
[in] VSCOOKIE docCookie
);
Zobacz też
Interfejs IVsRunningDocTableEvents2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku