UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) 方法

定義

提供數字,表示這個 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)

參數

pbc
UCOMIBindCtx

要在這個繫結作業中使用的繫結內容的參考。

pmkToLeft
UCOMIMoniker

這個 Moniker 左邊的 Moniker 的參考,如果 Moniker 是複合型 Moniker 的一部分。

pFileTime
FILETIME

在成功傳回時,含有上次變更時間。

備註

如需 的詳細資訊 IMoniker::GetTimeOfLastChange,請參閱 MSDN 連結庫。

適用於