Share via


IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) Yöntem

Tanım

Geçerli bilinen ad tarafından tanımlanan nesnenin en son değiştirildiği zamanı temsil eden bir sayı sağlar.

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)

Parametreler

pbc
IBindCtx

Bu bağlama işleminde kullanılacak bağlama bağlamı başvurusu.

pmkToLeft
IMoniker

Bilinen ad bileşik bir takma adın parçasıysa, geçerli bilinen adın solundaki takma ad başvurusu.

pFileTime
FILETIME

Bu yöntem döndürdüğünde, son değişikliğin zamanını içerir. Bu parametre, başlatmadan iletilir.

Açıklamalar

Daha fazla bilgi için bkz. IMoniker::GetTimeOfLastChange yöntemi.

Şunlara uygulanır