IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Méthode

Définition

Fournit un nombre représentant l'heure de la dernière modification de l'objet identifié par le moniker actuel.

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::ComTypes::IBindCtx ^ pbc, System::Runtime::InteropServices::ComTypes::IMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::ComTypes::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.ComTypes.IBindCtx pbc, System.Runtime.InteropServices.ComTypes.IMoniker? pmkToLeft, out System.Runtime.InteropServices.ComTypes.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.ComTypes.IBindCtx * System.Runtime.InteropServices.ComTypes.IMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As IBindCtx, pmkToLeft As IMoniker, ByRef pFileTime As FILETIME)

Paramètres

pbc
IBindCtx

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

pmkToLeft
IMoniker

Référence au moniker à gauche du moniker en cours, si le moniker fait partie d'un moniker composite.

pFileTime
FILETIME

Lorsque cette méthode retourne une valeur, contient l'heure de la dernière modification. Ce paramètre est passé sans être initialisé.

Remarques

Pour plus d’informations, consultez Méthode IMoniker ::GetTimeOfLastChange.

S’applique à