IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.