UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) Méthode

Définition

Fournit un nombre représentant l'heure de la dernière modification de l'objet identifié par ce 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)

Paramètres

pbc
UCOMIBindCtx

Référence au contexte de liaison à utiliser dans cette opération de liaison.

pmkToLeft
UCOMIMoniker

Référence au moniker à gauche de ce moniker, si le moniker fait partie d'un moniker composite.

pFileTime
FILETIME

Lors d'un retour, contient l'heure de la dernière modification.

Remarques

Pour plus d’informations sur IMoniker::GetTimeOfLastChange, consultez MSDN Library.

S’applique à