IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) メソッド

定義

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

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

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

pFileTime
FILETIME

このメソッドが返されるときに、最後の変更時刻を格納します。 このパラメーターは初期化せずに渡されます。

注釈

詳細については、「 IMoniker::GetTimeOfLastChange メソッド」を参照してください。

適用対象