Share via


UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) メソッド

定義

このモニカーで識別されるオブジェクトが、最後に変更された時刻を表す数値を提供します。

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

モニカーが複合モニカーの一部である場合、このモニカーの左のモニカーへの参照。

pFileTime
FILETIME

正常に返された場合は、最後に変更された時刻を格納します。

注釈

の詳細については IMoniker::GetTimeOfLastChange、MSDN ライブラリを参照してください。

適用対象