Bagikan melalui


IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Metode

Definisi

Menyediakan angka yang menunjukkan waktu objek yang diidentifikasi oleh moniker saat ini terakhir diubah.

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)

Parameter

pbc
IBindCtx

Referensi ke konteks ikatan untuk digunakan dalam operasi pengikatan ini.

pmkToLeft
IMoniker

Referensi ke moniker di sebelah kiri moniker saat ini, jika moniker adalah bagian dari moniker komposit.

pFileTime
FILETIME

Ketika metode ini kembali, berisi waktu perubahan terakhir. Parameter ini diteruskan tanpa diinisialisasi.

Keterangan

Untuk informasi selengkapnya, lihat metode IMoniker::GetTimeOfLastChange.

Berlaku untuk