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 库。

适用于