IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Metoda

Definice

Poskytuje číslo představující čas poslední změny objektu identifikovaného aktuálním monikerem.

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);
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)

Parametry

pbc
IBindCtx

Odkaz na kontext vazby, který se má použít v této operaci vazby.

pmkToLeft
IMoniker

Odkaz na moniker nalevo od aktuálního monikeru, pokud je moniker součástí složeného monikeru.

pFileTime
FILETIME

Když se tato metoda vrátí, obsahuje čas poslední změny. Tento parametr se předává neinicializovaný.

Poznámky

Další informace najdete v tématu Metoda IMoniker::GetTimeOfLastChange.

Platí pro