UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.