UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metodo

Definizione

Fornisce un numero che rappresenta l'ora dell'ultima modifica apportata all'oggetto identificato dal 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 alla sinistra di questo moniker, se fa parte di un moniker composto.

pFileTime
FILETIME

Il risultato restituito contiene l'ora dell'ultima modifica.

Commenti

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

Si applica a