UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Proporciona un número que representa la hora en la que se modificó por última vez el objeto identificado por este moniker.
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)
Parámetros
- pbc
- UCOMIBindCtx
Referencia al contexto de enlace que se utiliza en esta operación de enlace.
- pmkToLeft
- UCOMIMoniker
Referencia al moniker a la izquierda de este moniker, si el moniker forma parte de un moniker compuesto.
- pFileTime
- FILETIME
Si la devolución es correcta, contiene la hora en que se modificó el objeto por última vez.
Comentarios
Para obtener más información sobre IMoniker::GetTimeOfLastChange
, vea MSDN Library.