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 方法

适用于