UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metodo

Definizione

Fornisce un numero che rappresenta l'ora dell'ultima modifica dell'oggetto identificato da questo 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)

Parametri

pbc
UCOMIBindCtx

Riferimento al contesto di associazione da utilizzare in questa operazione di associazione.

pmkToLeft
UCOMIMoniker

Riferimento al moniker a sinistra di questo moniker, se il moniker fa parte di un moniker composito.

pFileTime
FILETIME

In caso di esito positivo, contiene l'ora dell'ultima modifica.

Commenti

Per altre informazioni su IMoniker::GetTimeOfLastChange, vedere MSDN Library.

Si applica a