UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Método

Definición

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.

Se aplica a