IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一个数字,该数字表示当前名字对象所标识的对象的上次更改时间。
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 方法。