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 라이브러리를 참조하세요.

적용 대상