IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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())
Parameters
- pbc
- IBindCtx
- pmkToLeft
- IMoniker
- pFileTime
- FILETIME[]