Método UCOMIMoniker.GetTimeOfLastChange (UCOMIBindCtx, UCOMIMoniker, FILETIME)
Publicado: octubre de 2016
Proporciona un número que representa la hora en que se modificó por última vez el objeto identificado por este moniker.
Espacio de nombres: System.Runtime.InteropServices
Ensamblado: mscorlib (en mscorlib.dll)
Sintaxis
void GetTimeOfLastChange(
UCOMIBindCtx pbc,
UCOMIMoniker pmkToLeft,
out FILETIME pFileTime
)
void GetTimeOfLastChange(
UCOMIBindCtx^ pbc,
UCOMIMoniker^ pmkToLeft,
[OutAttribute] FILETIME% pFileTime
)
abstract GetTimeOfLastChange :
pbc:UCOMIBindCtx *
pmkToLeft:UCOMIMoniker *
pFileTime:FILETIME byref -> unit
Sub GetTimeOfLastChange (
pbc As UCOMIBindCtx,
pmkToLeft As UCOMIMoniker,
<OutAttribute> ByRef pFileTime As FILETIME
)
Parámetros
pbc
Type: System.Runtime.InteropServices.UCOMIBindCtxUna referencia al contexto de enlace que se utilizará para esta operación de enlace.
pmkToLeft
Type: System.Runtime.InteropServices.UCOMIMonikerReferencia al moniker a la izquierda de este moniker, si el moniker forma parte de un moniker compuesto.
pFileTime
Type: System.Runtime.InteropServices.FILETIMEEn la devolución es correcta, contiene la hora de última modificación.
Comentarios
Para obtener más información sobre IMoniker::GetTimeOfLastChange, vea MSDN Library.
Información de versión
.NET Framework
Disponible desde 1.1
Ver también
Interfaz UCOMIMoniker
Espacio de nombres System.Runtime.InteropServices
Volver al principio