IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
void GetTimeOfLastChange(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkToLeft, cli::array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
public:
void GetTimeOfLastChange(Microsoft::VisualStudio::OLE::Interop::IBindCtx ^ pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker ^ pmkToLeft, Platform::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> ^ pFileTime);
void GetTimeOfLastChange(Microsoft::VisualStudio::OLE::Interop::IBindCtx const & pbc, Microsoft::VisualStudio::OLE::Interop::IMoniker const & pmkToLeft, std::Array <Microsoft::VisualStudio::OLE::Interop::FILETIME> const & pFileTime);
public void GetTimeOfLastChange (Microsoft.VisualStudio.OLE.Interop.IBindCtx pbc, Microsoft.VisualStudio.OLE.Interop.IMoniker pmkToLeft, Microsoft.VisualStudio.OLE.Interop.FILETIME[] pFileTime);
abstract member GetTimeOfLastChange : Microsoft.VisualStudio.OLE.Interop.IBindCtx * Microsoft.VisualStudio.OLE.Interop.IMoniker * Microsoft.VisualStudio.OLE.Interop.FILETIME[] -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, pFileTime As FILETIME())
参数
- pbc
- IBindCtx
- pmkToLeft
- IMoniker
- pFileTime
- FILETIME[]