UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metoda

Definicja

Zawiera liczbę reprezentującą czas ostatniej zmiany obiektu zidentyfikowanego przez ten pseudonim.

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, który ma być używany w tej operacji powiązania.

pmkToLeft
UCOMIMoniker

Odniesienie do pseudonimu po lewej stronie tego pseudonimu, jeśli pseudonim jest częścią złożonego pseudonimu.

pFileTime
FILETIME

Po pomyślnym powrocie zawiera czas ostatniej zmiany.

Uwagi

Aby uzyskać więcej informacji na temat IMoniker::GetTimeOfLastChangeprogramu , zobacz bibliotekę MSDN.

Dotyczy