UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metoda

Definice

Poskytuje číslo představující čas poslední změny objektu identifikovaného tímto monikerem.

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)

Parametry

pbc
UCOMIBindCtx

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

pmkToLeft
UCOMIMoniker

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

pFileTime
FILETIME

Při úspěšném vrácení obsahuje čas poslední změny.

Poznámky

Další informace o IMoniker::GetTimeOfLastChangenástroji naleznete v knihovně MSDN.

Platí pro