IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Método

Definición

Proporciona un número que representa la hora en que se cambió por última vez el objeto identificado por el moniker actual.

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pFileTime);
public void GetTimeOfLastChange(System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef pFileTime As FILETIME)

Parámetros

pbc
IBindCtx

Referencia al contexto de enlace que se va a usar en esta operación de enlace.

pmkToLeft
IMoniker

Referencia al moniker a la izquierda del moniker actual, si el moniker forma parte de un moniker compuesto.

pFileTime
FILETIME

Cuando este método devuelve, contiene la hora del último cambio. Este parámetro se pasa sin inicializar.

Comentarios

Para obtener más información, vea Método IMoniker::GetTimeOfLastChange.

Se aplica a