UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metoda

Definicja

Zawiera liczbę reprezentującą czas ostatniej zmiany obiektu zidentyfikowanego przez tę moniker.

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, out System.Runtime.InteropServices.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, ByRef pFileTime As FILETIME)

Parametry

pbc
UCOMIBindCtx

Odwołanie do kontekstu powiązania do użytku w tej operacji powiązania.

pmkToLeft
UCOMIMoniker

Odwołanie do monikera po lewej stronie tej monikera, jeśli jest ona częścią złożonej monikera.

pFileTime
FILETIME

Po pomyślnym zwróceniu zawiera czas ostatniej zmiany.

Uwagi

Aby uzyskać więcej informacji IMoniker::GetTimeOfLastChange na temat programu , zobacz Bibliotekę MSDN.

Dotyczy