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 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.