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

Définition

Fournit un nombre représentant l’heure à laquelle l’objet identifié par le moniker actuel a été modifié pour la dernière fois.

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);
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 cette opération de liaison.

pmkToLeft
IMoniker

Référence au moniker à gauche du moniker actuel, si le moniker fait partie d’un moniker composite.

pFileTime
FILETIME

Lorsque cette méthode est retournée, contient l’heure de la dernière modification. Ce paramètre est passé non initialisé.

Remarques

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

S’applique à