IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Metoda

Definicja

Zawiera liczbę reprezentującą czas ostatniej zmiany obiektu zidentyfikowanego przez bieżący pseudonim.

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

Parametry

pbc
IBindCtx

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

pmkToLeft
IMoniker

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

pFileTime
FILETIME

Gdy ta metoda zwraca wartość , zawiera godzinę ostatniej zmiany. Ten parametr jest przekazywany jako niezainicjowany.

Uwagi

Aby uzyskać więcej informacji, zobacz IMoniker::GetTimeOfLastChange, metoda.

Dotyczy