UCOMIMoniker.GetTimeOfLastChange(UCOMIBindCtx, UCOMIMoniker, FILETIME) 메서드

정의

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

public:
 void GetTimeOfLastChange(System::Runtime::InteropServices::UCOMIBindCtx ^ pbc, System::Runtime::InteropServices::UCOMIMoniker ^ pmkToLeft, [Runtime::InteropServices::Out] System::Runtime::InteropServices::FILETIME % pFileTime);
public void GetTimeOfLastChange (System.Runtime.InteropServices.UCOMIBindCtx pbc, System.Runtime.InteropServices.UCOMIMoniker pmkToLeft, out System.Runtime.InteropServices.FILETIME pFileTime);
abstract member GetTimeOfLastChange : System.Runtime.InteropServices.UCOMIBindCtx * System.Runtime.InteropServices.UCOMIMoniker * FILETIME -> unit
Public Sub GetTimeOfLastChange (pbc As UCOMIBindCtx, pmkToLeft As UCOMIMoniker, ByRef pFileTime As FILETIME)

매개 변수

pbc
UCOMIBindCtx

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

pmkToLeft
UCOMIMoniker

모니커가 구성 모니커의 일부인 경우 이 모니커 왼쪽에 있는 모니커에 대한 참조입니다.

pFileTime
FILETIME

반환이 성공적이면 마지막으로 변경된 시간을 포함합니다.

설명

에 대 한 자세한 내용은 IMoniker::GetTimeOfLastChange, MSDN Library를 참조 합니다.

적용 대상