IMoniker.GetTimeOfLastChange(IBindCtx, IMoniker, FILETIME) 메서드

정의

현재 모니커로 식별된 개체가 마지막으로 변경된 시간을 나타내는 숫자를 제공합니다.

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)

매개 변수

pbc
IBindCtx

이 바인딩 작업에 사용할 바인딩 컨텍스트에 대한 참조입니다.

pmkToLeft
IMoniker

모니커가 복합 모니커의 일부인 경우 현재 모니커의 왼쪽에 있는 모니커에 대한 참조입니다.

pFileTime
FILETIME

이 메서드가 반환되면 마지막 변경 시간이 포함됩니다. 이 매개 변수는 초기화되지 않은 상태로 전달됩니다.

설명

자세한 내용은 IMoniker::GetTimeOfLastChange 메서드를 참조하세요.

적용 대상