IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供數字,表示這個 Moniker 所識別的物件上次變更的時間。
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)
參數
- pbc
- IBindCtx
要在這個繫結作業中使用的繫結內容的參考。
- pmkToLeft
- IMoniker
如果 Moniker 是複合型 Moniker 的一部分,則為目前 Moniker 左邊的 Moniker 參考。
- pFileTime
- FILETIME
這個方法傳回時,包含上次變更的時間。 這個參數會以未初始化的狀態傳遞。
備註
如需詳細資訊,請參閱 IMoniker::GetTimeOfLastChange 方法。